Mode
public enum Mode : String, CustomStringConvertible
The mode of a Subscription.
See also
mode
-
Merge mode
Declaration
Swift
case MERGE = "MERGE"
-
Distinct mode
Declaration
Swift
case DISTINCT = "DISTINCT"
-
Declaration
Swift
public var description: String { get }