| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor |
| Modifier and Type | Method and Description |
|---|---|
BulkImportResponse |
DocumentBulkExecutor.importAll(Collection<String> documents,
boolean isUpsert,
boolean disableAutomaticIdGeneration,
Integer maxConcurrencyPerPartitionRange)
Executes a bulk import in the Azure Cosmos DB database service.
|
BulkImportResponse |
DocumentBulkExecutor.importAll(Collection<String> documents,
boolean isUpsert,
boolean disableAutomaticIdGeneration,
Integer maxConcurrencyPerPartitionRange,
Integer effectiveMaxMiniBatchImportSize,
Integer numberOfParallelTasks,
Integer writeThroughputBudgetPerCosmosPartition) |
Copyright © 2021. All rights reserved.