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