LocalConsistencyResults
public struct LocalConsistencyResults
Return result from localConsistencyCheck
.
-
Files not known to the caller of this interface and known to be deleted by this SyncServer interface.
Declaration
Swift
public let clientMissingAndDeleted: Set<UUIDString>!
-
Files not known to the caller of this interface and known to be not deleted by this SyncServer interface.
Declaration
Swift
public let clientMissingNotDeleted: Set<UUIDString>!
-
Files not tracked or otherwise known about by this SyncServer interface.
Declaration
Swift
public let directoryMissing: Set<UUIDString>!