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

BigQueryClustering

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

BigQuery clustering configuration.

interface BigQueryClustering {
columns?: string[];
}

§Properties

§
columns?: string[]
[src]

Required. Column names to set as clustering columns.