ReplicatedDocument

public struct ReplicatedDocument

ReplicatedDocument contains the information of a document that has been replicated.

  • id

    The document ID.

    Declaration

    Swift

    public let id: String
  • The flag describing the replicated document.

    Declaration

    Swift

    public let flags: DocumentFlags
  • The error if occurred.

    Declaration

    Swift

    public let error: Error?
  • Scope Name

    Declaration

    Swift

    public let scope: String
  • Collection Name

    Declaration

    Swift

    public let collection: String