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

PartitionDetail

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

Partition details related to hierarchy.

interface PartitionDetail {
table?: string;
}

§Properties

§
table?: string
[src]

Optional. Name of the table which has the partitions.