ConnectionPropertyKey
public enum ConnectionPropertyKey : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case host = "HOST" -
Undocumented
Declaration
Swift
case port = "PORT" -
Undocumented
Declaration
Swift
case username = "USERNAME" -
Undocumented
Declaration
Swift
case password = "PASSWORD" -
Undocumented
Declaration
Swift
case encryptedPassword = "ENCRYPTED_PASSWORD" -
Undocumented
Declaration
Swift
case jdbcDriverJarUri = "JDBC_DRIVER_JAR_URI" -
Undocumented
Declaration
Swift
case jdbcDriverClassName = "JDBC_DRIVER_CLASS_NAME" -
Undocumented
Declaration
Swift
case jdbcEngine = "JDBC_ENGINE" -
Undocumented
Declaration
Swift
case jdbcEngineVersion = "JDBC_ENGINE_VERSION" -
Undocumented
Declaration
Swift
case configFiles = "CONFIG_FILES" -
Undocumented
Declaration
Swift
case instanceId = "INSTANCE_ID" -
Undocumented
Declaration
Swift
case jdbcConnectionUrl = "JDBC_CONNECTION_URL" -
Undocumented
Declaration
Swift
case jdbcEnforceSsl = "JDBC_ENFORCE_SSL" -
Undocumented
Declaration
Swift
case customJdbcCert = "CUSTOM_JDBC_CERT" -
Undocumented
Declaration
Swift
case skipCustomJdbcCertValidation = "SKIP_CUSTOM_JDBC_CERT_VALIDATION" -
Undocumented
Declaration
Swift
case customJdbcCertString = "CUSTOM_JDBC_CERT_STRING" -
Undocumented
Declaration
Swift
case connectionUrl = "CONNECTION_URL" -
Undocumented
Declaration
Swift
case kafkaBootstrapServers = "KAFKA_BOOTSTRAP_SERVERS" -
Undocumented
Declaration
Swift
case kafkaSslEnabled = "KAFKA_SSL_ENABLED" -
Undocumented
Declaration
Swift
case kafkaCustomCert = "KAFKA_CUSTOM_CERT" -
Undocumented
Declaration
Swift
case kafkaSkipCustomCertValidation = "KAFKA_SKIP_CUSTOM_CERT_VALIDATION" -
Declaration
Swift
public var description: String { get }
View on GitHub
ConnectionPropertyKey Enumeration Reference