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

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

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

The Azure Data Lake Storage Iceberg storage.

Inheritance

object > AzureDataLakeStorageIcebergStorage

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

AzureDataLakeStorageIcebergStorage()

public AzureDataLakeStorageIcebergStorage()

AzureDataLakeStorageIcebergStorage(AzureDataLakeStorageIcebergStorage)

public AzureDataLakeStorageIcebergStorage(AzureDataLakeStorageIcebergStorage other)
Parameter
Name Description
other AzureDataLakeStorageIcebergStorage

Properties

AccountKeySecret

public string AccountKeySecret { get; set; }

Optional. The account key of Azure Data Lake Storage.

Property Value
Type Description
string

AzureAccount

public string AzureAccount { get; set; }

Required. The account of Azure Data Lake Storage.

Property Value
Type Description
string

Container

public string Container { get; set; }

Required. The container of Azure Data Lake Storage.

Property Value
Type Description
string

Endpoint

public string Endpoint { get; set; }

Optional. The endpoint of Azure Data Lake Storage.

Property Value
Type Description
string