| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor | |
| com.microsoft.azure.documentdb.bulkexecutor.internal |
| Modifier and Type | Method and Description |
|---|---|
List<BulkDeleteFailure> |
BulkDeleteResponse.getFailedDeletes()
Gets the list of failures during the bulk delete execution
|
| Constructor and Description |
|---|
BulkDeleteResponse(int numberOfDocumentsDeleted,
double totalRequestUnitsConsumed,
java.time.Duration totalTimeTaken,
List<Exception> failures,
List<BulkDeleteFailure> failedDeletes) |
| Modifier and Type | Method and Description |
|---|---|
List<BulkDeleteFailure> |
BatchDeleter.getBulkDeleteFailures()
Gets the list of failures during the bulk delete execution for the mini batch
|
Copyright © 2021. All rights reserved.