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

BlmtConfig

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

The configuration for BLMT.

interface BlmtConfig {
bucket?: string;
connectionName?: string;
fileFormat?: "FILE_FORMAT_UNSPECIFIED" | "PARQUET";
rootPath?: string;
tableFormat?: "TABLE_FORMAT_UNSPECIFIED" | "ICEBERG";
}

§Properties

§
bucket?: string
[src]

Required. The Cloud Storage bucket name.

§
connectionName?: string
[src]

Required. The bigquery connection. Format: {project}.{location}.{name}

§
fileFormat?: "FILE_FORMAT_UNSPECIFIED" | "PARQUET"
[src]

Required. The file format.

§
rootPath?: string
[src]

The root path inside the Cloud Storage bucket.

§
tableFormat?: "TABLE_FORMAT_UNSPECIFIED" | "ICEBERG"
[src]

Required. The table format.