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

    version

    of this backup shadow.

    shadowDocument

    that this instance is backing up.

  • Printable protocol implementation, provides a string representation of the object.

    Declaration

    Swift

    public var description: String