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

RetryOptions interface

表示 Azure Cosmos DB 数据库服务中分配有限制请求的重试策略。

属性

fixedRetryIntervalInMilliseconds

修复了每次重试之间的重试间隔(忽略作为响应的一部分返回的 retryAfter)。

maxRetryAttemptCount

要对请求执行的最大重试次数。 默认值 9。

maxWaitTimeInSeconds

重试发生时等待请求的最大等待时间(以秒为单位)。 默认值 30 秒。

属性详细信息

fixedRetryIntervalInMilliseconds

修复了每次重试之间的重试间隔(忽略作为响应的一部分返回的 retryAfter)。

fixedRetryIntervalInMilliseconds: number

属性值

number

maxRetryAttemptCount

要对请求执行的最大重试次数。 默认值 9。

maxRetryAttemptCount: number

属性值

number

maxWaitTimeInSeconds

重试发生时等待请求的最大等待时间(以秒为单位)。 默认值 30 秒。

maxWaitTimeInSeconds: number

属性值

number