Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BulkOperationResult interface
- Package:
- @azure/cosmos
represents response for an operation in bulk with executeBulkOperations API
Properties
| error | any exceptions are captured here |
| operationInput | the original operation input passed |
| response | response from the backend for the item operation |
Property Details
error
operationInput
response
response from the backend for the item operation
response?: ExtendedOperationResponse
