Show / Hide Table of Contents

Class Meta

A class that generates expressions for retrieving metadata during a query

Inheritance
System.Object
Meta
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class Meta : object

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
Back to top Generated by DocFX