Class GetResult

Contains the results of a Get operation.

Hierarchy

  • GetResult

Properties

Accessors

Properties

cas: Cas

The CAS of the document.

content: any

The content of the document.

expiryTime?: number

The expiry of the document, if it was requested.

See

withExpiry

Accessors

  • get expiry(): undefined | number
  • BUG(JSCBC-873): This was incorrectly named at release.

    Deprecated

    Use expiryTime instead.

    Returns undefined | number

  • get value(): any
  • BUG(JSCBC-784): This previously held the content of the document.

    Deprecated

    Use content instead.

    Returns any

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

    • v: any

    Returns void

Generated using TypeDoc