Google BigQuery v2 API - Class DeleteDatasetOptions (3.9.0)

public sealed class DeleteDatasetOptions

Reference documentation and code samples for the Google BigQuery v2 API 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
bool