Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GetReplicaResult

Contains the results of a get from replica operation.

Hierarchy

  • GetReplicaResult

Index

Properties

Accessors

Properties

cas

cas: any

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

content

content: any

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

isReplica

isReplica: boolean

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

Accessors

value

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

    deprecated

    Use GetReplicaResult.content instead.

    Returns any

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

    Parameters

    • v: any

    Returns void

Generated using TypeDoc