public class IncrementValue
extends Object
implements Update<Long>
Represents an incremental write to a datastore for in-memory buffering. To read the current value, all
incremental writes for a field must be summed, along with the most recent PutValue, if any.