PartitionsValues
Lists the partitioning ranges for tables.
Columns
| Name | Type | Description |
| Id | String | The unique identifier of the partition, which distinguishes it from other partitions in the same table. |
| RangeLow | String | The starting boundary of the partition’s value range. This is expressed as an integer for RANGE partitioning or a date for TIME or INGESTION partitioning. |
| RangeHigh | String | The ending boundary of the partition’s value range. This is expressed as an integer for RANGE partitioning or a date for TIME or INGESTION partitioning. |
| RangeInterval | String | The size of each partitioned range. Applies only to RANGE partitioning and defines how values are grouped into partitions. |
| DateResolution | String | The level of granularity applied to TIME or INGESTION partitioning. Valid values include DAY, HOUR, MONTH, and YEAR. |
| ProjectId | String | The ID of the Google Cloud project that owns the table associated with the partition. |
| DatasetId | String | The ID of the dataset that contains the partitioned table. |
| TableName | String | The name of the table that is partitioned and to which this partition belongs. |