CBLDocumentFlags
enum CBLDocumentFlags : NSUInteger {}
                Document flags describing a replicated document.
- 
                  
                  
< Indicating that the replicated document has been deleted.
Declaration
Objective-C
kCBLDocumentFlagsDeleted = 1 << 0 - 
                  
                  
< Indicating that the document’s access has been removed as a result of
Declaration
Objective-C
kCBLDocumentFlagsAccessRemoved = 1 << 1 
        CBLDocumentFlags Enumeration Reference