CBLIndexConfiguration
@interface CBLIndexConfiguration : NSObject
/**
 Gets the expressions to use to create the index.
 */
@property (nonatomic, readonly) NSArray<NSString*>* expressions;
- (instancetype) init NS_UNAVAILABLE;
@endUndocumented
- 
                  
                  Gets the expressions to use to create the index. DeclarationObjective-C @property (nonatomic, readonly) NSArray<NSString *> *_Nonnull expressions;
- 
                  
                  Unavailable Undocumented DeclarationObjective-C - (instancetype) init NS_UNAVAILABLE;
 CBLIndexConfiguration Class Reference
        CBLIndexConfiguration Class Reference