Package com.datastax.astra.client.model
Class BulkWriteResult
java.lang.Object
com.datastax.astra.client.model.BulkWriteResult
Store the list of responses returned by the bulk write.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BulkWriteResult
public BulkWriteResult(int size) Constructor with the number of operations.- Parameters:
size
- number of operations to process.
-