LookupInMacro enum Key-Value

A macro that can be passed to a Lookup-In operation (see LookupInSpec) to fetch special values such as the expiry, CAS, etc.

Inheritance
Available extensions

Values

document → const LookupInMacro

References the entirety of the document meta-data.

const LookupInMacro(r'$document')
expiry → const LookupInMacro

References the expiry of a document.

const LookupInMacro(r'$document.exptime')
cas → const LookupInMacro

References the CAS of a document.

const LookupInMacro(r'$document.CAS')
seqNo → const LookupInMacro

References the sequence number of a document.

const LookupInMacro(r'$document.seqno')
lastModified → const LookupInMacro

References the last modified time of a document.

const LookupInMacro(r'$document.last_modified')
valueSizeBytes → const LookupInMacro

References the size of a document, expressed in bytes.

const LookupInMacro(r'$document.value_bytes')
revId → const LookupInMacro

References the revision ID of a document.

const LookupInMacro(r'$document.revid')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LookupInMacro>
A constant List of the values in this enum, in order of their declaration.