Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TouchOptions

Hierarchy

  • TouchOptions

Index

Properties

Optional durabilityLevel

durabilityLevel: DurabilityLevel

Specifies the level of synchronous durability for this operation.

Optional durabilityPersistTo

durabilityPersistTo: number

Specifies the number of nodes this operation should be persisted to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.

Optional durabilityReplicateTo

durabilityReplicateTo: number

Specifies the number of nodes this operation should be replicated to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.

Optional parentSpan

parentSpan: RequestSpan

The parent tracing span that this operation will be part of.

Optional timeout

timeout: number

The timeout for this operation, represented in milliseconds.

Generated using TypeDoc