CBLDatabaseChange


@interface CBLDatabaseChange : NSObject

Database Change information

  • The database.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLDatabase *_Nonnull database;
  • The IDs of the document that changed.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<NSString *> *_Nonnull documentIDs;
  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;