update Many
Update all documents in the collection according to the specified arguments.
Return
the result of the update many operation
Parameters
a document describing the query filter, which may not be null.
a document describing the update, which may not be null. The update to apply must include only update operators.
the options to apply to the update operation
See also
Throws
if the write failed due to some specific write exception
if the write failed due to being unable to fulfil the write concern
if the write failed due to a specific command exception
if the write failed due some other failure
Update all documents in the collection according to the specified arguments.
Return
the result of the update many operation
Parameters
the client session with which to associate this operation
a document describing the query filter, which may not be null.
a document describing the update, which may not be null. The update to apply must include only update operators.
the options to apply to the update operation
See also
Throws
if the write failed due to some specific write exception
if the write failed due to being unable to fulfil the write concern
if the write failed due to a specific command exception
if the write failed due some other failure
Update all documents in the collection according to the specified arguments.
Return
the result of the update many operation
Parameters
a document describing the query filter, which may not be null.
a pipeline describing the update, which may not be null.
the options to apply to the update operation
See also
Throws
if the write failed due some other failure specific to the update command
if the write failed due being unable to fulfil the write concern
if the write failed due some other failure
Update all documents in the collection according to the specified arguments.
Return
the result of the update many operation
Parameters
the client session with which to associate this operation
a document describing the query filter, which may not be null.
a pipeline describing the update, which may not be null.
the options to apply to the update operation
See also
Throws
if the write failed due some other failure specific to the update command
if the write failed due being unable to fulfil the write concern
if the write failed due some other failure