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

IWithConsistencyPolicy.WithBoundedStalenessConsistency(Int32, Int32) 方法

定义

CosmosDB 帐户的一致性策略。

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithBoundedStalenessConsistency (int maxStalenessPrefix, int maxIntervalInSeconds);
abstract member WithBoundedStalenessConsistency : int * int -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithBoundedStalenessConsistency (maxStalenessPrefix As Integer, maxIntervalInSeconds As Integer) As IWithOptionals

参数

maxStalenessPrefix
Int32

最大过期前缀。

maxIntervalInSeconds
Int32

最大间隔(秒)。

返回

适用于