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

TableDetail

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

Table details related to hierarchy.

interface TableDetail {
partitionCount?: bigint;
}

§Properties

§
partitionCount?: bigint
[src]

Optional. Total number of partitions being tracked within the table.