Updates
Functions
Creates an update that performs a bitwise and between the given integer value and the integral value of the property.
Creates an update that performs a bitwise and between the given long value and the integral value of the property.
Creates an update that performs a bitwise and between the given integer value and the integral value of the property.
Creates an update that performs a bitwise and between the given long value and the integral value of the property.
Creates an update that performs a bitwise or between the given integer value and the integral value of the property.
Creates an update that performs a bitwise or between the given long value and the integral value of the property.
Creates an update that performs a bitwise or between the given integer value and the integral value of the property.
Creates an update that performs a bitwise or between the given long value and the integral value of the property.
Creates an update that performs a bitwise xor between the given integer value and the integral value of the property.
Creates an update that performs a bitwise xor between the given long value and the integral value of the property.
Creates an update that performs a bitwise xor between the given integer value and the integral value of the property.
Creates an update that performs a bitwise xor between the given long value and the integral value of the property.
Creates an update that sets the value of the property to the current date as a BSON date.
Creates an update that sets the value of the property to the current date as a BSON timestamp.
Creates an update that removes from an array all elements that match the given filter.
Creates an update that removes all instances of the given value from the array value of the property.
Creates an update that removes all instances of the given value from the array value of the property.
Creates an update that adds each of the given values to the array value of the property, applying the given options for positioning the pushed values, and then slicing and/or sorting the array.
Creates an update that sets the value of the property to the given value, but only if the update is an upsert that results in an insert of a document.