GoldengateAzureSynapseAnalyticsConnectionProperties
import type { GoldengateAzureSynapseAnalyticsConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateAzureSynapseAnalyticsConnection.
interface GoldengateAzureSynapseAnalyticsConnectionProperties {
connectionString?: string;
password?: string;
passwordSecretVersion?: string;
technologyType?: string;
username?: string;
}§Properties
§
connectionString?: string
[src]Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://.sql.azuresynapse.net:1433;database=;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'
§
password?: string
[src]Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text.