Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LookupInMacro

Represents a macro that can be passed to a lookup-in operation to fetch special values such as the expiry, cas, etc...

Hierarchy

  • LookupInMacro

Index

Constructors

constructor

  • Parameters

    • value: string

    Returns LookupInMacro

Accessors

Static Cas

  • A macro which references the cas of a document.

    Returns LookupInMacro

Static Document

  • A macro which references the entirety of the document meta-data.

    Returns LookupInMacro

Static Expiry

  • A macro which references the expiry of a document.

    Returns LookupInMacro

Static IsDeleted

  • A macro which references the deletion state of a document. This only makes sense to use in concert with the internal AccessDeleted flags, which are internal.

    Returns LookupInMacro

Static LastModified

  • A macro which references the last modified time of a document.

    Returns LookupInMacro

Static RevId

  • A macro which references the revision id of a document.

    Returns LookupInMacro

Static SeqNo

  • A macro which references the seqno of a document.

    Returns LookupInMacro

Static ValueSizeBytes

  • A macro which references the size of a document, expressed in bytes.

    Returns LookupInMacro

Generated using TypeDoc