Class CounterResult

Contains the results of a counter operation (binary increment/decrement).

Hierarchy

  • CounterResult

Properties

Properties

cas: Cas

The updated CAS for the document.

The token representing the mutation performed.

value: number

The new value of the document after the operation completed.

Generated using TypeDoc