DocumentFlags
public struct DocumentFlags : OptionSetDocument flags describing a replicated document.
- 
                  
                  Raw value. DeclarationSwift public let rawValue: Int
- 
                  
                  Constructor with the raw value. DeclarationSwift public init(rawValue: Int)
- 
                  
                  Indicating that the replicated document has been deleted. DeclarationSwift public static let deleted: DocumentFlags
- 
                  
                  Indicating that the document’s access has been removed as a result of removal from all Sync Gateway channels that a user has access to. DeclarationSwift public static let accessRemoved: DocumentFlags
 DocumentFlags Structure Reference
        DocumentFlags Structure Reference