public sealed class GoldengateAzureSynapseAnalyticsConnectionProperties : IMessage<GoldengateAzureSynapseAnalyticsConnectionProperties>, IEquatable<GoldengateAzureSynapseAnalyticsConnectionProperties>, IDeepCloneable<GoldengateAzureSynapseAnalyticsConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateAzureSynapseAnalyticsConnectionProperties.
The properties of GoldengateAzureSynapseAnalyticsConnection.
Implements
IMessageGoldengateAzureSynapseAnalyticsConnectionProperties, IEquatableGoldengateAzureSynapseAnalyticsConnectionProperties, IDeepCloneableGoldengateAzureSynapseAnalyticsConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateAzureSynapseAnalyticsConnectionProperties()
public GoldengateAzureSynapseAnalyticsConnectionProperties()GoldengateAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties)
public GoldengateAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateAzureSynapseAnalyticsConnectionProperties |
Properties
ConnectionPasswordOptionsCase
public GoldengateAzureSynapseAnalyticsConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateAzureSynapseAnalyticsConnectionPropertiesConnectionPasswordOptionsOneofCase |
|
ConnectionString
public string ConnectionString { get; set; }Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<db-name>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasPassword
public bool HasPassword { get; }Gets whether the "password" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPasswordSecretVersion
public bool HasPasswordSecretVersion { get; }Gets whether the "password_secret_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Password
public string Password { get; set; }Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersion
public string PasswordSecretVersion { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersionAsSecretVersionName
public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }SecretVersionName-typed view over the PasswordSecretVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of AzureSynapseAnalyticsConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
| Property Value | |
|---|---|
| Type | Description |
string |
|