Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
BulkProcessingOptions<TContext> |
BulkProcessingOptions.setMaxMicroBatchConcurrency(int maxMicroBatchConcurrency)
Deprecated.
The maximum concurrency for executing requests for a partition key range.
|
BulkProcessingOptions<TContext> |
BulkProcessingOptions.setMaxMicroBatchInterval(Duration maxMicroBatchInterval)
Deprecated.
The flush interval for bulk operations.
|
BulkProcessingOptions<TContext> |
BulkProcessingOptions.setMaxMicroBatchSize(int maxMicroBatchSize)
Deprecated.
The maximum batching size for bulk operations.
|
BulkProcessingOptions<TContext> |
BulkProcessingOptions.setTargetedMicroBatchRetryRate(double minRetryRate,
double maxRetryRate)
Deprecated.
The acceptable retry rate bandwidth.
|
Modifier and Type | Method and Description |
---|---|
<TContext> Flux<CosmosBulkOperationResponse<TContext>> |
CosmosAsyncContainer.processBulkOperations(Flux<CosmosItemOperation> operations,
BulkProcessingOptions<TContext> bulkOptions)
Deprecated.
forRemoval = true, since = "4.18"
This overload 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 |
<TContext> List<CosmosBulkOperationResponse<TContext>> |
CosmosContainer.processBulkOperations(Iterable<CosmosItemOperation> operations,
BulkProcessingOptions<TContext> bulkOptions)
Deprecated.
forRemoval = true, since = "4.18"
This overload 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 |
Copyright © 2021 Microsoft Corporation. All rights reserved.