Share via


ExtendedOperationResponse interface

response for a successful operation in bulk with executeBulkOperations API

Extends

Properties

activityId

activity id related to the operation

diagnostics

diagnostic details associated with operation

headers

headers associated with the operation

sessionToken

session Token assigned to the result

Inherited Properties

eTag
requestCharge
resourceBody
statusCode

Property Details

activityId

activity id related to the operation

activityId?: string

Property Value

string

diagnostics

diagnostic details associated with operation

diagnostics: CosmosDiagnostics

Property Value

headers

headers associated with the operation

headers?: CosmosHeaders

Property Value

sessionToken

session Token assigned to the result

sessionToken?: string

Property Value

string

Inherited Property Details

eTag

eTag?: string

Property Value

string

Inherited From OperationResponse.eTag

requestCharge

requestCharge: number

Property Value

number

Inherited From OperationResponse.requestCharge

resourceBody

resourceBody?: JSONObject

Property Value

Inherited From OperationResponse.resourceBody

statusCode

statusCode: number

Property Value

number

Inherited From OperationResponse.statusCode