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;
}