Google BigQuery v2 API - Class UpdateDatasetOptions (3.12.0)

public sealed class UpdateDatasetOptions

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

Options for UpdateDataset operations.

Inheritance

object > UpdateDatasetOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

RequestModifier

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

Optional action to perform after preparing the request. If this property is non-null, the DatasetsResource.UpdateRequest 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 in this options type.

Property Value
Type Description
ActionDatasetsResourceUpdateRequest