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