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

NessieIcebergCatalog

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

The Nessie Iceberg catalog.

interface NessieIcebergCatalog {
branch?: string;
uri?: string;
}

§Properties

§
branch?: string
[src]

Required. The Nessie branch.

§
uri?: string
[src]

Required. The Nessie uri.