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

  • Parameters

    • value: string

    Returns LookupInMacro

Accessors

  • A macro which references the cas of a document.

    Returns LookupInMacro

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

    Returns LookupInMacro

  • A macro which references the expiry of a document.

    Returns LookupInMacro

  • 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

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

    Returns LookupInMacro

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

    Returns LookupInMacro

  • A macro which references the seqno of a document.

    Returns LookupInMacro

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

    Returns LookupInMacro

Generated using TypeDoc