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. 
- 
                  
                  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. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLQueryMeta Class Reference
        CBLQueryMeta Class Reference