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