BulkImportResponse Class
- java.
lang. Object - com.
microsoft. azure. documentdb. bulkexecutor. BulkImportResponse
- com.
public class BulkImportResponse
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getBadInputDocuments()
Gets the list of bad input documents which caused failures. |
java.util.List<java.lang.Exception> |
getErrors()
Gets failure list if some documents failed to get inserted. |
java.util.List<Bulk |
getFailedImports()
Gets the list of failed imports during the bulk import |
int |
getNumberOfDocumentsImported()
Gets number of documents successfully inserted. |
double |
getTotalRequestUnitsConsumed()
Gets the total request units consumed during the bulk import. |
java.time.Duration |
getTotalTimeTaken()
Gets the total time taken for bulk import. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Method Details
getBadInputDocuments
public List
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java