Click or drag to resize

IMeta Interface

An interface representing an object that can generate expressions for retrieving metadata information during an IQuery

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public interface IMeta

The IMeta type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets an expression for retrieving the unique ID of a document
Public propertySequence
Gets an expression for retrieving the sequence of a document (i.e. the auto-incrementing entry in the database)
Top
See Also