ExtendedOperationResponse interface
response for a successful operation in bulk with executeBulkOperations API
- Extends
Properties
| activity |
activity id related to the operation |
| diagnostics | diagnostic details associated with operation |
| headers | headers associated with the operation |
| session |
session Token assigned to the result |
Inherited Properties
| e |
|
| request |
|
| resource |
|
| status |
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