public final class Meta extends Object
Modifier and Type | Field and Description |
---|---|
static MetaExpression |
deleted
A metadata expression referring to the deleted boolean flag of the document.
|
static MetaExpression |
expiration
A metadata expression referring to the expiration date of the document.
|
static MetaExpression |
id
A metadata expression referring to the ID of the document.
|
static MetaExpression |
revisionID
A metadata expression referring to the RevisionId of the document.
|
static MetaExpression |
sequence
A metadata expression referring to the sequence number of the document.
|
@NonNull public static final MetaExpression id
@NonNull public static final MetaExpression revisionID
@NonNull public static final MetaExpression sequence
@NonNull public static final MetaExpression deleted
@NonNull public static final MetaExpression expiration