Google BigQuery v2 API - Class ModifyLabelsOptions (3.9.0)

public sealed class ModifyLabelsOptions

Reference documentation and code samples for the Google BigQuery v2 API class ModifyLabelsOptions.

Options used when modifying labels.

Inheritance

object > ModifyLabelsOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

ETag

public string ETag { get; set; }

Precondition for modification: the labels are only modified if its current etag matches the given value.

Property Value
TypeDescription
string

Retries

public int? Retries { get; set; }

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.

Property Value
TypeDescription
int
Remarks

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.