Google BigQuery v2 API - Class GetDatasetOptions (3.12.0)

public sealed class GetDatasetOptions

Reference documentation and code samples for the Google BigQuery v2 API class GetDatasetOptions.

Options for GetDataset operations.

Inheritance

object > GetDatasetOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

ETag

public string ETag { get; set; }

The ETag of the dataset to request, causing a failure if the specified dataset reference does not currently have this ETag.

Property Value
Type Description
string

RequestModifier

public Action<DatasetsResource.GetRequest> RequestModifier { get; set; }

Optional action to perform after preparing the request. If this property is non-null, the DatasetsResource.GetRequest used for a request will be passed to the delegate before the request is executed. This allows for fine-grained modifications which aren't otherwise directly supported by the properties in this options type.

Property Value
Type Description
ActionDatasetsResourceGetRequest