你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CosmosClientBuilder.WithThrottlingRetryOptions(TimeSpan, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置重试之间的最短等待时间,以及针对受限制的请求重试的最大次数。
public Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions (TimeSpan maxRetryWaitTimeOnThrottledRequests, int maxRetryAttemptsOnThrottledRequests);
member this.WithThrottlingRetryOptions : TimeSpan * int -> Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithThrottlingRetryOptions (maxRetryWaitTimeOnThrottledRequests As TimeSpan, maxRetryAttemptsOnThrottledRequests As Integer) As CosmosClientBuilder
参数
- maxRetryWaitTimeOnThrottledRequests
- TimeSpan
Azure Cosmos DB 服务的最长重试时间(以秒为单位)。 将忽略小于 1 秒的任何间隔。
- maxRetryAttemptsOnThrottledRequests
- Int32
该数字指定受限制请求的重试请求的次数。
返回
当前的 CosmosClientBuilder。