Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BlobClientOptions.GeoRedundantSecondaryUri Property

Definition

Namespace:
Azure.Storage.Blobs
Assembly:
Azure.Storage.Blobs.dll
Package:
Azure.Storage.Blobs v12.29.0
Package:
Azure.Storage.Blobs v12.29.0-beta.1
Source:
BlobClientOptions.cs
Source:
BlobClientOptions.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the secondary storage Uri that can be read from for the storage account if the account is enabled for RA-GRS.

If this property is set, the secondary Uri will be used for GET or HEAD requests during retries. If the status of the response from the secondary Uri is a 404, then subsequent retries for the request will not use the secondary Uri again, as this indicates that the resource may not have propagated there yet. Otherwise, subsequent retries will alternate back and forth between primary and secondary Uri.

public Uri GeoRedundantSecondaryUri { get; set; }
member this.GeoRedundantSecondaryUri : Uri with get, set
Public Property GeoRedundantSecondaryUri As Uri

Property Value

Uri

Applies to


Feedback

Was this page helpful?