CBLDatabaseChange

@interface CBLDatabaseChange : NSObject

Database Change information

  • The ID of the document that changed.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSArray *documentIDs;
  • check whether the changes are from the current database object or not.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL isExternal;