The number of times to retry the modification if the etag changes
in the read/modify/write cycle. If this property is not set, a suitable default is used.
The value must not be negative.
Modifying labels involves reading the resource in one request,
then sending another request with the new labels, including an etag check
to ensure that the dataset hasn't changed between the two requests. If the etag
has changed, the overall operation can be retried from the start. This property indicates
the number of retries, so it has a minimum value of 0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ModifyLabelsOptions` class within the Google BigQuery v2 API, specifically for .NET."],["The latest version of `ModifyLabelsOptions` is 3.11.0, with a history of previous versions ranging down to 2.2.0 available for reference."],["`ModifyLabelsOptions` is used to specify options for modifying labels in BigQuery, providing properties such as `ETag` and `Retries` to manage concurrency and retries during label modification operations."],["The class inherits members from the base `object` class, including `GetHashCode`, `GetType`, and `ToString`, and it is located in the `Google.Cloud.BigQuery.V2` namespace within the `Google.Cloud.BigQuery.V2.dll` assembly."],["Modifying labels using this class involves a read/modify/write cycle, using an etag to ensure data integrity, with an option to specify the number of retries if the etag changes during the process."]]],[]]