CBLValueIndexItem

@interface CBLValueIndexItem : NSObject

Value Index Item.

  • Creates a value index item with the given expression.

    Declaration

    Objective-C

    + (nonnull CBLValueIndexItem *)expression:
        (nonnull CBLQueryExpression *)expression;

    Parameters

    expression

    The expression to index. Typically a property expression.

    Return Value

    The value index item.