public sealed class UpdateDatasetOptionsReference documentation and code samples for the Google BigQuery v2 API class UpdateDatasetOptions.
Options for UpdateDataset operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
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 |
|