Oracle Database@Google Cloud v1 API - Class GoldengateAzureDataLakeStorageConnectionProperties (1.6.0)

public sealed class GoldengateAzureDataLakeStorageConnectionProperties : IMessage<GoldengateAzureDataLakeStorageConnectionProperties>, IEquatable<GoldengateAzureDataLakeStorageConnectionProperties>, IDeepCloneable<GoldengateAzureDataLakeStorageConnectionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateAzureDataLakeStorageConnectionProperties.

The properties of GoldengateAzureDataLakeStorageConnection.

Inheritance

object > GoldengateAzureDataLakeStorageConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateAzureDataLakeStorageConnectionProperties()

public GoldengateAzureDataLakeStorageConnectionProperties()

GoldengateAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties)

public GoldengateAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties other)
Parameter
Name Description
other GoldengateAzureDataLakeStorageConnectionProperties

Properties

Account

public string Account { get; set; }

Optional. Sets the Azure storage account name.

Property Value
Type Description
string

AccountKeySecret

public string AccountKeySecret { get; set; }

Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.

Property Value
Type Description
string

AuthenticationType

public GoldengateAzureDataLakeStorageConnectionProperties.Types.AuthenticationType AuthenticationType { get; set; }

Optional. Authentication mechanism to access Azure Data Lake Storage.

Property Value
Type Description
GoldengateAzureDataLakeStorageConnectionPropertiesTypesAuthenticationType

AzureAuthorityHost

public string AzureAuthorityHost { get; set; }

Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com

Property Value
Type Description
string

AzureTenantId

public string AzureTenantId { get; set; }

Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

Property Value
Type Description
string

ClientId

public string ClientId { get; set; }

Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.

Property Value
Type Description
string

ClientSecret

public string ClientSecret { get; set; }

Optional. Azure client secret (aka application password) for authentication.

Property Value
Type Description
string

Endpoint

public string Endpoint { get; set; }

Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net

Property Value
Type Description
string

SasTokenSecret

public string SasTokenSecret { get; set; }

Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.

Property Value
Type Description
string

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of AzureDataLakeStorageConnection.

Property Value
Type Description
string