dataset property

String? dataset
getter/setter pair

The name of the BigQuery dataset that the snapshot result should be exported to.

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

Required.

Implementation

core.String? dataset;