The number of times to retry the modification if the bucket's metageneration 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 bucket labels involves reading the bucket metadata in one request,
then sending another request with the new labels, including a metageneration check
to ensure that the bucket hasn't changed between the two requests. If the metageneration
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."],[[["The `ModifyBucketLabelsOptions` class in the Google Cloud Storage v1 API allows for modifying bucket labels with options for specifying preconditions and retry attempts."],["The class provides properties for `IfMetagenerationMatch`, allowing modifications only if the current meta-generation of the bucket matches a given value."],["The `Retries` property defines the number of times a modification operation can be retried if the bucket's meta-generation changes during the read/modify/write cycle."],["The `ModifyBucketLabelsOptions` class is part of the Google.Cloud.Storage.V1 namespace within the Google.Cloud.Storage.V1.dll assembly."],["Version 4.11.0 is the most recent version of the api, while the older versions range from 4.10.0 to 3.4.0."]]],[]]