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

GoogleCloudStorageIcebergStorage

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

The Google Cloud Storage Iceberg storage.

interface GoogleCloudStorageIcebergStorage {
bucket?: string;
projectId?: string;
serviceAccountKeyFile?: string;
}

§Properties

§
bucket?: string
[src]

Required. The bucket of Google Cloud Storage.

§
projectId?: string
[src]

Required. The project ID of Google Cloud Storage.

§
serviceAccountKeyFile?: string
[src]

Optional. The service account key file of Google Cloud Storage.