BackupShadowDocument
A backup of the ShadowDocument.
<T> the type of the Document that this instance backups.
-
Represents the version of this backup shadow.
Declaration
Swift
public let version: Int -
The ShadowDocument that this instance is backing up.
Declaration
Swift
public let shadowDocument: ShadowDocument<T> -
Default init.
Declaration
Swift
public init(version: Int, shadowDocument: ShadowDocument<T>)Parameters
versionof this backup shadow.
shadowDocumentthat this instance is backing up.
-
Printable protocol implementation, provides a string representation of the object.
Declaration
Swift
public var description: String
View on GitHub
BackupShadowDocument Class Reference