@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class CosmosBulkOperationResponse<TContext> extends Object
CosmosItemOperation
request when processed using Bulk by calling
CosmosAsyncContainer.processBulkOperations(Flux, BulkProcessingOptions)
.Modifier and Type | Method and Description |
---|---|
TContext |
getBatchContext() |
Exception |
getException() |
CosmosItemOperation |
getOperation() |
CosmosBulkItemResponse |
getResponse() |
@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosItemOperation getOperation()
@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosBulkItemResponse getResponse()
@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public Exception getException()
@Beta(value=V4_9_0, warningText="Preview API - subject to change in non-backwards compatible way") public TContext getBatchContext()
Copyright © 2021 Microsoft Corporation. All rights reserved.