couchbase
    Preparing search index...

    Class LookupInMacro

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

    Index

    Constructors

    Accessors

    • get Document(): LookupInMacro

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

      Returns LookupInMacro

    • get IsDeleted(): 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

    • get LastModified(): LookupInMacro

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

      Returns LookupInMacro

    • get RevId(): LookupInMacro

      A macro which references the revision id of a document.

      Returns LookupInMacro

    • get ValueSizeBytes(): LookupInMacro

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

      Returns LookupInMacro