Package com.azure.cosmos.models
Class CosmosBulkOperationResponse<TContext>
java.lang.Object
com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>
Request, response and the exception(if any) for a
CosmosItemOperation
request when processed using Bulk by calling
CosmosAsyncContainer.executeBulkOperations(Flux, CosmosBulkExecutionOptions)
.-
Method Summary
Modifier and TypeMethodDescriptionGets the BatchContextGets the ExceptionGets theCosmosItemOperation
Gets theCosmosBulkItemResponse
-
Method Details
-
getOperation
Gets theCosmosItemOperation
- Returns:
- CosmosItemOperation
-
getResponse
Gets theCosmosBulkItemResponse
- Returns:
- CosmosBulkItemResponse
-
getException
Gets the Exception- Returns:
- Exception
-
getBatchContext
Gets the BatchContext- Returns:
- BatchContext
-