Example usage for Java com.mongodb BulkWriteRequestBuilder fields, constructors, methods, implement or subclass
The text is from its open source code.
void | update(final DBObject update) Adds a request to update all documents in the collection that match the query with which this builder was created. |
void | updateOne(final DBObject update) Adds a request to update one document in the collection that matches the query with which this builder was created. |
BulkUpdateRequestBuilder | upsert() Specifies that the request being built should be an upsert. |