IngestionTimePartition
import type { IngestionTimePartition } from "https://googleapis.deno.dev/v1/datastream:v1.ts";Ingestion time partitioning. see https://cloud.google.com/bigquery/docs/partitioned-tables#ingestion_time
interface IngestionTimePartition {
partitioningTimeGranularity?:
} | "PARTITIONING_TIME_GRANULARITY_UNSPECIFIED"
| "PARTITIONING_TIME_GRANULARITY_HOUR"
| "PARTITIONING_TIME_GRANULARITY_DAY"
| "PARTITIONING_TIME_GRANULARITY_MONTH"
| "PARTITIONING_TIME_GRANULARITY_YEAR";