Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GetResult

Contains the results of a Get operation.

Hierarchy

  • GetResult

Index

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

GetOptions.withExpiry

Accessors

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

    deprecated

    Use GetResult.expiryTime instead.

    Returns undefined | number

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

    deprecated

    Use GetResult.content instead.

    Returns any

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

    deprecated

    Use GetResult.content instead.

    Parameters

    • v: any

    Returns void

Generated using TypeDoc