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

BigQueryPartitioning

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

BigQuery partitioning configuration.

interface BigQueryPartitioning {
ingestionTimePartition?: IngestionTimePartition;
integerRangePartition?: IntegerRangePartition;
requirePartitionFilter?: boolean;
timeUnitPartition?: TimeUnitPartition;
}

§Properties

§
ingestionTimePartition?: IngestionTimePartition
[src]

Ingestion time partitioning.

§
integerRangePartition?: IntegerRangePartition
[src]

Integer range partitioning.

§
requirePartitionFilter?: boolean
[src]

Optional. If true, queries over the table require a partition filter.

§
timeUnitPartition?: TimeUnitPartition
[src]

Time unit column partitioning.