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

IcebergStorage

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

The Iceberg storage details.

interface IcebergStorage {
amazonS3IcebergStorage?: AmazonS3IcebergStorage;
azureDataLakeStorageIcebergStorage?: AzureDataLakeStorageIcebergStorage;
googleCloudStorageIcebergStorage?: GoogleCloudStorageIcebergStorage;
storageType?:
| "STORAGE_TYPE_UNSPECIFIED"
| "AMAZON_S3"
| "GOOGLE_CLOUD_STORAGE"
| "AZURE_DATA_LAKE_STORAGE";
}

§Properties

§
amazonS3IcebergStorage?: AmazonS3IcebergStorage
[src]

The Amazon S3 Iceberg storage.

§
azureDataLakeStorageIcebergStorage?: AzureDataLakeStorageIcebergStorage
[src]

The Azure Data Lake Storage Iceberg storage.

§
googleCloudStorageIcebergStorage?: GoogleCloudStorageIcebergStorage
[src]

The Google Cloud Storage Iceberg storage.

§
storageType?: "STORAGE_TYPE_UNSPECIFIED" | "AMAZON_S3" | "GOOGLE_CLOUD_STORAGE" | "AZURE_DATA_LAKE_STORAGE"
[src]

Required. The type of Iceberg storage.