你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobClientOptions.GeoRedundantSecondaryUri 属性

定义

获取或设置存储帐户的辅助存储 Uri ,如果帐户已启用 RA-GRS,则可以从中读取该存储。

如果设置了此属性,则辅助 URI 将在重试期间用于 GET 或HEAD请求。 如果来自辅助 URI 的响应状态为 404,则请求的后续重试将不会再次使用辅助 URI,因为这表明资源可能尚未在那里传播。 否则,后续重试将在主 URI 和辅助 URI 之间来回切换。

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

属性值

Uri

适用于