Interface ClientBulkWriteResult


@Evolving public interface ClientBulkWriteResult
The result of a successful or partially successful client-level bulk write operation. Note that if a client-level bulk write operation fails while some of the individual write operations are known to be successful, then the successful partial result is still accessible via ClientBulkWriteException.getPartialResult().
Since:
5.3
See Also: