Defines the destination bigquery dataset.
| JSON representation |
|---|
{
"datasetReference"
:
{
object (
|
| Fields | |
|---|---|
datasetReference
|
Required. A reference that identifies the destination dataset. |
friendlyName
|
Optional. A descriptive name for the dataset. |
description
|
Optional. A user-friendly description of the dataset. |
labels
|
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information. An object containing a list of |
location
|
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations. |
replicaLocations[]
|
Optional. The geographic locations where the dataset should be replicated. See BigQuery locations for supported locations. |
DestinationDatasetReference
| JSON representation |
|---|
{ "datasetId" : string , "projectId" : string } |
| Fields | |
|---|---|
datasetId
|
Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. |
projectId
|
Required. The ID of the project containing this dataset. |

