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 document provides reference information for the `ModifyBucketLabelsOptions` class within the Google Cloud Storage v1 API for .NET, detailing options for modifying bucket labels."],["The latest version of the documentation available is 4.11.0, with a list of previous versions available from 4.10.0 all the way back to 3.4.0, and version 4.7.0 in the context of the provided documentation."],["The `ModifyBucketLabelsOptions` class has two properties, `IfMetagenerationMatch` of type `long?` and `Retries` of type `int?`, which are used for preconditions and controlling the retry behavior of bucket label modification."],["Modifying bucket labels involves a two-step process of reading metadata and sending new labels, with a metageneration check, to ensure bucket data consistency, and the `Retries` property allows setting the number of operation retries if the metageneration has changed."]]],[]]