dataset property

String? dataset
getter/setter pair

The BigQuery dataset in format "projects/projectId/datasets/datasetId", to which the analysis results should be exported.

If this dataset does not exist, the export call will return an INVALID_ARGUMENT error.

Required.

Implementation

core.String? dataset;