| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor |
| Modifier and Type | Method and Description |
|---|---|
static DocumentBulkExecutor.Builder |
DocumentBulkExecutor.builder()
Creates a new
DocumentBulkExecutor.Builder instance |
DocumentBulkExecutor.Builder |
DocumentBulkExecutor.Builder.from(com.microsoft.azure.documentdb.DocumentClient client,
String databaseName,
String collectionName,
com.microsoft.azure.documentdb.PartitionKeyDefinition partitionKeyDef,
int offerThroughput)
Use the instance of
DocumentClient to perform bulk operations in target DocumentCollection instance at specified allocated throughput. |
DocumentBulkExecutor.Builder |
DocumentBulkExecutor.Builder.withInitializationRetryOptions(com.microsoft.azure.documentdb.RetryOptions options)
Use the given retry options to apply to
DocumentClient used in initialization of DocumentBulkExecutor. |
DocumentBulkExecutor.Builder |
DocumentBulkExecutor.Builder.withMaxMiniBatchSize(int size)
Use the given size to configure max mini-batch size (specific to bulk import API).
|
DocumentBulkExecutor.Builder |
DocumentBulkExecutor.Builder.withMaxUpdateMiniBatchCount(int count)
Use the given count to configure max update mini-batch count (specific to bulk update API).
|
Copyright © 2019. All rights reserved.