dataset property

String? dataset
getter/setter pair

The BigQuery dataset to publish to.

It takes the form projects/{project_id}/datasets/{dataset_id}. If not set, the service creates a default publishing dataset.

Output only.

Implementation

core.String? dataset;