Show / Hide Table of Contents

Class IcebergStorage

The Iceberg storage details.

Inheritance
object
IcebergStorage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX