Class IcebergStorage
The Iceberg storage details.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class IcebergStorage : IDirectResponseSchema
Properties
AmazonS3IcebergStorage
The Amazon S3 Iceberg storage.
Declaration
[JsonProperty("amazonS3IcebergStorage")]
public virtual AmazonS3IcebergStorage AmazonS3IcebergStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| AmazonS3IcebergStorage |
AzureDataLakeStorageIcebergStorage
The Azure Data Lake Storage Iceberg storage.
Declaration
[JsonProperty("azureDataLakeStorageIcebergStorage")]
public virtual AzureDataLakeStorageIcebergStorage AzureDataLakeStorageIcebergStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| AzureDataLakeStorageIcebergStorage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleCloudStorageIcebergStorage
The Google Cloud Storage Iceberg storage.
Declaration
[JsonProperty("googleCloudStorageIcebergStorage")]
public virtual GoogleCloudStorageIcebergStorage GoogleCloudStorageIcebergStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudStorageIcebergStorage |
StorageType
Required. The type of Iceberg storage.
Declaration
[JsonProperty("storageType")]
public virtual string StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |