RequestedSnapshot

public enum RequestedSnapshot : Equatable, CustomStringConvertible

Snapshot delivery request for the items in a Subscription.

  • yes

    Full snapshot

    Declaration

    Swift

    case yes
  • no

    No snapshot

    Declaration

    Swift

    case no
  • Limited snapshot

    Declaration

    Swift

    case length(Int)
  • Declaration

    Swift

    public var description: String { get }