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-04-17 UTC."],[[["This page provides documentation for the `ModifyBucketLabelsOptions` class within the Google Cloud Storage v1 API, specifically for .NET development."],["`ModifyBucketLabelsOptions` are used to configure operations that change the labels of a storage bucket, including preconditions and retry attempts."],["The class includes properties like `IfMetagenerationMatch`, which ensures modifications only occur if the bucket's current meta-generation matches a specified value, and `Retries` to set the number of retries in case of metageneration changes."],["The page lists available documentation for versions ranging from 3.4.0 to the latest 4.11.0 of the Google.Cloud.Storage.V1 package, providing historical context and the ability to view earlier versions if needed."]]],[]]