Show / Hide Table of Contents

Class Meta

A class that generates expressions for retrieving metadata during a query

Inheritance
object
Meta
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class Meta

Properties

| Improve this Doc View Source

Expiration

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

Declaration
public static IMetaExpression Expiration { get; }
Property Value
Type Description
IMetaExpression
| Improve this Doc View Source

ID

A query expression that retrieves the document ID from an entry in the database

Declaration
public static IMetaExpression ID { get; }
Property Value
Type Description
IMetaExpression
| Improve this Doc View Source

IsDeleted

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

Declaration
public static IMetaExpression IsDeleted { get; }
Property Value
Type Description
IMetaExpression
| Improve this Doc View Source

RevisionID

A metadata expression refering to the revision ID of the document.

Declaration
public static IMetaExpression RevisionID { get; }
Property Value
Type Description
IMetaExpression
| Improve this Doc View Source

Sequence

A query expression that retrieves the document sequence from an entry in the database

Declaration
public static IMetaExpression Sequence { get; }
Property Value
Type Description
IMetaExpression
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX