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