MigrationTypeValue
public enum MigrationTypeValue : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case fullLoad = "full-load" -
Undocumented
Declaration
Swift
case cdc = "cdc" -
Undocumented
Declaration
Swift
case fullLoadAndCdc = "full-load-and-cdc" -
Declaration
Swift
public var description: String { get }
View on GitHub
MigrationTypeValue Enumeration Reference