DataLakeClientOptions.GeoRedundantSecondaryUri Property

Definition

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