Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
BulkProcessingThresholds<TContext> |
BulkProcessingOptions.getThresholds()
Deprecated.
Returns thresholds
|
Constructor and Description |
---|
BulkProcessingOptions(TContext batchContext,
BulkProcessingThresholds<TContext> thresholds)
Deprecated.
forRemoval = true, since = "4.18"
This class is not necessary anymore and will be removed. Please use one of the following overloads instead
-
CosmosAsyncContainer.processBulkOperations(Flux)
- CosmosAsyncContainer.processBulkOperations(Flux, BulkExecutionOptions)
- CosmosContainer.processBulkOperations(Iterable)
- CosmosContainer.processBulkOperations(Iterable, BulkExecutionOptions)
and to pass in a custom context use one of the BulkOperations factory methods allowing to provide
an operation specific context
Constructor |
Copyright © 2021 Microsoft Corporation. All rights reserved.