Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GetResult

Contains the results of a Get operation.

Hierarchy

  • GetResult

Index

Properties

Accessors

Properties

cas

cas: any

The CAS of the document.

content

content: any

The content of the document.

Optional expiryTime

expiryTime: number

The expiry of the document, if it was requested.

see

GetOptions.withExpiry

Accessors

expiry

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

    deprecated

    Use GetResult.expiryTime instead.

    Returns undefined | number

value

  • 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.

    Parameters

    • v: any

    Returns void

Generated using TypeDoc