Class InsertOneOptions


  • public final class InsertOneOptions
    extends Object
    The options to apply to an operation that inserts a single document into a collection.
    Since:
    3.2
    MongoDB documentation
    Insert Tutorial
    Insert Command
    Since server release
    3.2
    • Constructor Detail

      • InsertOneOptions

        public InsertOneOptions()
    • Method Detail

      • getBypassDocumentValidation

        @Nullable
        public Boolean getBypassDocumentValidation()
        Gets the the bypass document level validation flag
        Returns:
        the bypass document level validation flag
      • bypassDocumentValidation

        public InsertOneOptions bypassDocumentValidation​(@Nullable
                                                         Boolean bypassDocumentValidation)
        Sets the bypass document level validation flag.
        Parameters:
        bypassDocumentValidation - If true, allows the write to opt-out of document level validation.
        Returns:
        this