Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOdataBatchOutcome
Interface HonuaOdataBatchOutcome
Per-operation outcome in a
$batch
response.
interface
HonuaOdataBatchOutcome
{
body
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
id
:
string
;
status
:
number
;
}
Index
Properties
body?
headers?
id
status
Properties
Optional
body
body
?:
unknown
Optional
headers
headers
?:
Record
<
string
,
string
>
id
id
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
id
status
@honua/sdk-js
Loading...
Per-operation outcome in a
$batchresponse.