Class GoldengateAzureSynapseAnalyticsConnectionProperties
The properties of GoldengateAzureSynapseAnalyticsConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateAzureSynapseAnalyticsConnectionProperties : IDirectResponseSchema
Properties
ConnectionString
Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://.sql.azuresynapse.net:1433;database=;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'
Declaration
[JsonProperty("connectionString")]
public virtual string ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Azure Synapse Analytics connection. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of AzureSynapseAnalyticsConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |