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

PartitionSpec

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

Specifications of BigQuery partitioned table as export destination.

interface PartitionSpec {
partitionKey?: "PARTITION_KEY_UNSPECIFIED" | "READ_TIME" | "REQUEST_TIME";
}

§Properties

§
partitionKey?: "PARTITION_KEY_UNSPECIFIED" | "READ_TIME" | "REQUEST_TIME"
[src]

The partition key for BigQuery partitioned table.