Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AzureDataLakeStorageIcebergStorage

import type { AzureDataLakeStorageIcebergStorage } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The Azure Data Lake Storage Iceberg storage.

interface AzureDataLakeStorageIcebergStorage {
accountKeySecret?: string;
azureAccount?: string;
container?: string;
endpoint?: string;
}

§Properties

§
accountKeySecret?: string
[src]

Optional. The account key of Azure Data Lake Storage.

§
azureAccount?: string
[src]

Required. The account of Azure Data Lake Storage.

§
container?: string
[src]

Required. The container of Azure Data Lake Storage.

§
endpoint?: string
[src]

Optional. The endpoint of Azure Data Lake Storage.