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 SourceExpiration
A metadata expression refering to the expiration date of the document.
Declaration
public static IMetaExpression Expiration { get; }
Property Value
Type | Description |
---|---|
IMetaExpression |
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 |
IsDeleted
A metadata expression refering to the deleted boolean flag of the document.
Declaration
public static IMetaExpression IsDeleted { get; }
Property Value
Type | Description |
---|---|
IMetaExpression |
RevisionID
A metadata expression refering to the revision ID of the document.
Declaration
public static IMetaExpression RevisionID { get; }
Property Value
Type | Description |
---|---|
IMetaExpression |
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 |