connectionType property

String? connectionType
getter/setter pair

The connection type.

Required. Possible string values are:

  • "GOLDENGATE_CONNECTION_TYPE_UNSPECIFIED" : Connection type unspecified.
  • "GOLDENGATE" : Goldengate connection type.
  • "KAFKA" : Kafka connection type.
  • "KAFKA_SCHEMA_REGISTRY" : Kafka schema registry connection type.
  • "MYSQL" : MySQL connection type.
  • "JAVA_MESSAGE_SERVICE" : Java message service connection type.
  • "MICROSOFT_SQLSERVER" : Microsoft SQL Server connection type.
  • "OCI_OBJECT_STORAGE" : OCI object storage connection type.
  • "ORACLE" : Oracle connection type.
  • "AZURE_DATA_LAKE_STORAGE" : Azure data lake storage connection type.
  • "POSTGRESQL" : PostgreSQL connection type.
  • "AZURE_SYNAPSE_ANALYTICS" : Azure synapse analytics connection type.
  • "SNOWFLAKE" : Snowflake connection type.
  • "AMAZON_S3" : Amazon S3 connection type.
  • "HDFS" : HDFS connection type.
  • "ORACLE_AI_DATA_PLATFORM" : Oracle AI data platform connection type.
  • "ORACLE_NOSQL" : Oracle NoSQL connection type.
  • "MONGODB" : MongoDB connection type.
  • "AMAZON_KINESIS" : Amazon Kinesis connection type.
  • "AMAZON_REDSHIFT" : Amazon Redshift connection type.
  • "DB2" : DB2 connection type.
  • "REDIS" : Redis connection type.
  • "ELASTICSEARCH" : Elasticsearch connection type.
  • "GENERIC" : Generic connection type.
  • "GOOGLE_CLOUD_STORAGE" : Google Cloud Storage connection type.
  • "GOOGLE_BIGQUERY" : Google BigQuery connection type.
  • "DATABRICKS" : Databricks connection type.
  • "GOOGLE_PUBSUB" : Google Pub/Sub connection type.
  • "MICROSOFT_FABRIC" : Microsoft Fabric connection type.
  • "ICEBERG" : Iceberg connection type.

Implementation

core.String? connectionType;