Meta

expect object Meta(source)

Meta is a factory class for creating the expressions that refer to the metadata properties of the document.

actual object Meta(source)
actual object Meta(source)

Properties

Link copied to clipboard

A metadata expression referring to the deleted boolean flag of the document.

Link copied to clipboard

A metadata expression referring to the expiration date of the document.

Link copied to clipboard
expect val id: MetaExpression

A metadata expression referring to the ID of the document.

actual val id: MetaExpression
actual val id: MetaExpression
Link copied to clipboard

A metadata expression referring to the RevisionId of the document.

Link copied to clipboard

A metadata expression referring to the sequence number of the document. The sequence number indicates how recently the document has been changed. If one document's sequence is greater than another's, that means it was changed more recently.