Creates a new BulkUpdate instance.
Database instance.
Path to the collection for bulk update.
Checks whether this BulkUpdate is equal to the provided one.
BulkUpdate that needs to be compared.
true if both BulkUpdate instances are the same.
Updates fields for the documents in the collection that match the where conditions.
Updates fields for the documents in the collection that match the where conditions.
Adds a condition to filter documents for the bulk update.
Field name.
Operator to be used with where. "==", ">=", "<=", "<", ">", "in", "not-in", "like", "!=", "array-contains", "array-contains-any", "is-null" (supported operators)
Value to be used while applying operator.
this BulkUpdate instance for chaining.
Represents a bulk update operation on a collection.