Show / Hide Table of Contents

Class Meta

A class that generates expressions for retrieving metadata during a query

Inheritance
System.Object
Meta
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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