FieldTransform Object
FieldTransform(
setToServerValue = NULL,
minimum = NULL,
removeAllFromArray = NULL,
increment = NULL,
fieldPath = NULL,
appendMissingElements = NULL,
maximum = NULL
)
Sets the field to the given server value
Sets the field to the minimum of its current value and the given value
Remove all of the given elements from the array in the field
Adds the given value to the field's current value
The path of the field
Append the given elements in order if they are not already present in the current field value
Sets the field to the maximum of its current value and the given value
FieldTransform object
Autogenerated via gar_create_api_objects
A transformation of a field of the document.