public class BulkDeleteFailure extends Object
| Constructor and Description |
|---|
BulkDeleteFailure() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getBulkDeleteFailureException()
Gets the exception which led to the bulk delete failure
|
List<org.apache.commons.lang3.tuple.Pair<String,String>> |
getPkIdTuplesFailedToDelete()
Gets the list of PartitionKey and DocumentId tuples which could not be deleted in bulk
|
void |
setBulkDeleteFailureException(Exception bulkDeleteFailureException)
Sets the exception which led to the bulk delete failure
|
void |
setPkIdTuplesFailedToDelete(List<org.apache.commons.lang3.tuple.Pair<String,String>> pkIdTuplesFailedToDelete)
Sets the list of PartitionKey and DocumentId tuples which could not be deleted in bulk
|
public Exception getBulkDeleteFailureException()
public void setBulkDeleteFailureException(Exception bulkDeleteFailureException)
bulkDeleteFailureException - Exception which led to the bulk delete failurepublic List<org.apache.commons.lang3.tuple.Pair<String,String>> getPkIdTuplesFailedToDelete()
public void setPkIdTuplesFailedToDelete(List<org.apache.commons.lang3.tuple.Pair<String,String>> pkIdTuplesFailedToDelete)
pkIdTuplesFailedToDelete - List of PartitionKey and DocumentId tuples which could not be deleted in bulkCopyright © 2021. All rights reserved.