Class DeleteDatasetOptions (2.3.0)

public sealed class DeleteDatasetOptions

Options for DeleteDataset operations.

Inheritance

Object > DeleteDatasetOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

DeleteContents

public bool? DeleteContents { get; set; }

If set to true, content within a dataset is deleted along with the dataset. Otherwise, datasets can only be deleted when they are empty.

Property Value
TypeDescription
Nullable<Boolean>