Show / Hide Table of Contents

Class AzureDataLakeStorageIcebergStorage

The Azure Data Lake Storage Iceberg storage.

Inheritance
object
AzureDataLakeStorageIcebergStorage
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX