Interface ClientInsertOneResult


@Evolving public interface ClientInsertOneResult
The result of a successful individual insert one operation. Note that WriteConcernErrors are not considered as making individual operations unsuccessful.
Since:
5.3
  • Method Summary

    Modifier and Type
    Method
    Description
    The "_id" of the inserted document.
  • Method Details