PartitionsList
Lists the partitioning definitions for tables
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the partition. |
| ProjectId | String | The project that the table belongs to. |
| DatasetId | String | The dataset that the table belongs to. |
| TableName | String | The name of the table. |
| ColumnName | String | The name of the column used for partitioning. |
| ColumnType | String | The type of the partitioning column. |
| Kind | String | The type of partitioning used by the table. One of DATE, RANGE or INGESTION. |
| RequireFilter | Boolean | Whether a filter on the partition column is required to query the table. |