PartitionDetailCopyimport 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.