public sealed class IcebergStorage : IMessage<IcebergStorage>, IEquatable<IcebergStorage>, IDeepCloneable<IcebergStorage>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class IcebergStorage.
The Iceberg storage details.
Implements
IMessageIcebergStorage, IEquatableIcebergStorage, IDeepCloneableIcebergStorage, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
IcebergStorage()
public IcebergStorage()IcebergStorage(IcebergStorage)
public IcebergStorage(IcebergStorage other)| Parameter | |
|---|---|
| Name | Description |
other |
IcebergStorage |
Properties
AmazonS3IcebergStorage
public AmazonS3IcebergStorage AmazonS3IcebergStorage { get; set; }The Amazon S3 Iceberg storage.
| Property Value | |
|---|---|
| Type | Description |
AmazonS3IcebergStorage |
|
AzureDataLakeStorageIcebergStorage
public AzureDataLakeStorageIcebergStorage AzureDataLakeStorageIcebergStorage { get; set; }The Azure Data Lake Storage Iceberg storage.
| Property Value | |
|---|---|
| Type | Description |
AzureDataLakeStorageIcebergStorage |
|
GoogleCloudStorageIcebergStorage
public GoogleCloudStorageIcebergStorage GoogleCloudStorageIcebergStorage { get; set; }The Google Cloud Storage Iceberg storage.
| Property Value | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage |
|
StorageDetailsCase
public IcebergStorage.StorageDetailsOneofCase StorageDetailsCase { get; }| Property Value | |
|---|---|
| Type | Description |
IcebergStorageStorageDetailsOneofCase |
|
StorageType
public IcebergStorage.Types.StorageType StorageType { get; set; }Required. The type of Iceberg storage.
| Property Value | |
|---|---|
| Type | Description |
IcebergStorageTypesStorageType |
|