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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java