Class UpdateOperation

    • Constructor Detail

      • UpdateOperation

        public UpdateOperation​(MongoNamespace namespace,
                               boolean ordered,
                               WriteConcern writeConcern,
                               boolean retryWrites,
                               List<UpdateRequest> updates)
        Deprecated. 
        Construct an instance.
        Parameters:
        namespace - the database and collection namespace for the operation.
        ordered - whether the updates are ordered.
        writeConcern - the write concern for the operation.
        retryWrites - if writes should be retried if they fail due to a network error.
        updates - the update requests.
        Since:
        3.6