Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExtendedOperationResponse interface
- Package:
- @azure/cosmos
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
sessionToken
session Token assigned to the result
sessionToken?: string
Property Value
string
