CBLQueryMeta
@interface CBLQueryMeta : NSObjectCBLQueryMeta is a factory class for creating the expressions that refers to the metadata properties of the document.
- 
                  
                  Document ID expression. DeclarationObjective-C + (nonnull CBLQueryExpression *)id;Return ValueThe document ID expression. 
- 
                  
                  Document ID expression. DeclarationObjective-C + (nonnull CBLQueryExpression *)idFrom:(nullable NSString *)alias;ParametersaliasThe data source alias name. Return ValueThe document ID expression. 
- 
                  
                  A metadata expression refering to the revision ID of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)revisionID;Return ValueThe revision ID expression. 
- 
                  
                  A metadata expression refering to the revision ID of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)revisionIDFrom:(nullable NSString *)alias;ParametersaliasThe data source alias name. Return ValueThe revision ID expression. 
- 
                  
                  Sequence number expression. The sequence number indicates how recently the document has been changed. If one document’s sequenceis greater than another’s, that means it was changed more recently.DeclarationObjective-C + (nonnull CBLQueryExpression *)sequence;Return ValueThe sequence number expression. 
- 
                  
                  Sequence number expression. The sequence number indicates how recently the document has been changed. If one document’s sequenceis greater than another’s, that means it was changed more recently.DeclarationObjective-C + (nonnull CBLQueryExpression *)sequenceFrom:(nullable NSString *)alias;ParametersaliasThe data source alias name. Return ValueThe sequence number expression. 
- 
                  
                  A metadata expression referring to the deleted boolean flag of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)isDeleted;Return ValueThe deleted boolean flag expression. 
- 
                  
                  A metadata expression referring to the deleted boolean flag of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)isDeletedFrom:(nullable NSString *)alias;ParametersaliasThe data source alias name. Return ValueThe deleted boolean flag expression. 
- 
                  
                  A metadata expression refering to the expiration timestamp of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)expiration;Return ValueThe expired flag expression. 
- 
                  
                  A metadata expression refering to the expiration timestamp of the document. DeclarationObjective-C + (nonnull CBLQueryExpression *)expirationFrom:(nullable NSString *)alias;ParametersaliasThe data source alias name. Return ValueThe expired flag expression. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLQueryMeta Class Reference
        CBLQueryMeta Class Reference