RequestedSnapshot
public enum RequestedSnapshot : Equatable, CustomStringConvertible
Snapshot delivery request for the items in a Subscription.
See also
requestedSnapshot
-
Full snapshot
Declaration
Swift
case yes
-
No snapshot
Declaration
Swift
case no
-
Limited snapshot
Declaration
Swift
case length(Int)
-
Declaration
Swift
public var description: String { get }