GoldengateKafkaSchemaRegistryConnectionProperties class
The properties of GoldengateKafkaSchemaRegistryConnection.
Constructors
- GoldengateKafkaSchemaRegistryConnectionProperties({String? authenticationType, String? keyStoreFile, String? keyStorePassword, String? keyStorePasswordSecretVersion, String? password, String? passwordSecretVersion, String? sslKeyPassword, String? sslKeyPasswordSecretVersion, String? technologyType, String? trustStoreFile, String? trustStorePassword, String? trustStorePasswordSecretVersion, String? url, String? username})
- GoldengateKafkaSchemaRegistryConnectionProperties.fromJson(Map json_)
Properties
- authenticationType ↔ String?
-
Used authentication mechanism to access Schema Registry.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyStoreFile ↔ String?
-
The base64 encoded content of the KeyStore file.
getter/setter pair
- keyStorePassword ↔ String?
-
Input only.
getter/setter pair
- keyStorePasswordSecretVersion ↔ String?
-
Input only.
getter/setter pair
- password ↔ String?
-
Input only.
getter/setter pair
- passwordSecretVersion ↔ String?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sslKeyPassword ↔ String?
-
Input only.
getter/setter pair
- sslKeyPasswordSecretVersion ↔ String?
-
Input only.
getter/setter pair
- technologyType ↔ String?
-
The technology type of KafkaSchemaRegistryConnection.
getter/setter pair
- trustStoreFile ↔ String?
-
The base64 encoded content of the TrustStore file.
getter/setter pair
- trustStorePassword ↔ String?
-
Input only.
getter/setter pair
- trustStorePasswordSecretVersion ↔ String?
-
Input only.
getter/setter pair
- url ↔ String?
-
Kafka Schema Registry URL.
getter/setter pair
- username ↔ String?
-
The username to access Schema Registry using basic authentication.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited