public sealed class AzureDataLakeStorageIcebergStorage : IMessage<AzureDataLakeStorageIcebergStorage>, IEquatable<AzureDataLakeStorageIcebergStorage>, IDeepCloneable<AzureDataLakeStorageIcebergStorage>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class AzureDataLakeStorageIcebergStorage.
The Azure Data Lake Storage Iceberg storage.
Implements
IMessageAzureDataLakeStorageIcebergStorage, IEquatableAzureDataLakeStorageIcebergStorage, IDeepCloneableAzureDataLakeStorageIcebergStorage, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
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 |
|