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-04-17 UTC."],[[["This webpage details the `ModifyLabelsOptions` class within the `Google.Cloud.BigQuery.V2` namespace, used for managing label modifications in BigQuery."],["The latest version available is 3.11.0, with a history of versions down to 2.2.0, each linking to their specific documentation."],["`ModifyLabelsOptions` is derived from the base `Object` class and includes properties for `ETag` and `Retries` to ensure data integrity during modification."],["The `ETag` property, a string, is used as a precondition to ensure that labels are only modified if the current etag matches, preventing unintended changes."],["The property `Retries` indicates the number of times to retry the modification in case of etag change in the read/modify/write cycle, and a default is used if it is not set."]]],[]]