Datasets
Lists all the accessible datasets for a given project.
Columns
| Name | Type | Description |
| Id [KEY] | String | The fully qualified and unique identifier for the dataset, used internally by BigQuery to reference the dataset across projects and regions. |
| Kind | String | The type of resource this record represents. For datasets, this typically returns 'bigquery#dataset'. |
| FriendlyName | String | A human-readable, descriptive name for the dataset. This name does not need to be unique and is often used in user interfaces. |
| DatasetReference_ProjectId | String | The ID of the project that contains the dataset. This serves as the container for the dataset and its resources. |
| DatasetReference_DatasetId | String | The ID of the dataset within the specified project. This is a unique name scoped to the project, excluding the project name itself. |
| Location | String | The geographic location where the dataset resides. |