CBLQueryChange
@interface CBLQueryChange : NSObject
CBLQueryChange contains the information about the query result changes reported by a live query object.
-
The source live query object.
Declaration
Objective-C
@property (nonatomic, readonly) CBLQuery *_Nonnull query;
-
The new query result.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) CBLQueryResultSet *results;
-
The error occurred when running the query.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSError *error;
-
Not available
Declaration
Objective-C
- (nonnull instancetype)init;