Interface DecrementOptions

Hierarchy

  • DecrementOptions

Properties

durabilityLevel?: DurabilityLevel

Specifies the level of synchronous durability for this operation.

expiry?: number

The expiry time that should be set for the document, expressed in seconds.

initial?: number

The initial value to use for the document if it does not already exist. Not specifying this value indicates the operation should fail if the document does not exist.

timeout?: number

The timeout for this operation, represented in milliseconds.

Generated using TypeDoc