Class AzureDataLakeStorageIcebergStorage
The Azure Data Lake Storage Iceberg storage.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AzureDataLakeStorageIcebergStorage : IDirectResponseSchema
Properties
AccountKeySecret
Optional. The account key of Azure Data Lake Storage.
Declaration
[JsonProperty("accountKeySecret")]
public virtual string AccountKeySecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AzureAccount
Required. The account of Azure Data Lake Storage.
Declaration
[JsonProperty("azureAccount")]
public virtual string AzureAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Container
Required. The container of Azure Data Lake Storage.
Declaration
[JsonProperty("container")]
public virtual string Container { 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 |
Endpoint
Optional. The endpoint of Azure Data Lake Storage.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |