Google BigQuery v2 API - Class PatchDatasetOptions (3.12.0)

public sealed class PatchDatasetOptions

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

Options for PatchDataset operations.

Inheritance

object > PatchDatasetOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

RequestModifier

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

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