CBLDocumentChange
@interface CBLDocumentChange : NSObject
Document change information
-
The collection.
Declaration
Objective-C
@property (nonatomic, readonly) CBLCollection *collection;
-
Deprecated
Use collection instead.
The database.
Declaration
Objective-C
@property (nonatomic, readonly) CBLDatabase *database;
-
The ID of the document that changed.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *documentID;
-
Unavailable
Not available
Declaration
Objective-C
- (instancetype)init;