CBLValueIndexItem
@interface CBLValueIndexItem : NSObjectValue Index Item.
- 
                  
                  Creates a value index item with the given property name. DeclarationObjective-C + (nonnull CBLValueIndexItem *)property:(nonnull NSString *)property;Swift class func property(_ property: String) -> CBLValueIndexItemParameterspropertyThe property name Return ValueThe value index item; 
- 
                  
                  Creates a value index item with the given expression. DeclarationObjective-C + (nonnull CBLValueIndexItem *)expression: (nonnull CBLQueryExpression *)expression;Swift class func expression(_ expression: CBLQueryExpression) -> CBLValueIndexItemParametersexpressionThe expression to index. Typically a property expression. Return ValueThe value index item. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLValueIndexItem Class Reference
        CBLValueIndexItem Class Reference