Class GetReplicaResult

Contains the results of a get from replica operation.

Hierarchy

  • GetReplicaResult

Properties

Accessors

Properties

cas: any

The cas of the document, as it is known by the replica.

content: any

The content of the document, as it existed on the replica.

isReplica: boolean

Indicates whether this result came from a replica or the primary.

Accessors

  • get value(): any
  • BUG(JSCBC-784): Previously held the contents of the document.

    Deprecated

    Use content instead.

    Returns any

  • set value(v: any): void
  • Parameters

    • v: any

    Returns void

Generated using TypeDoc