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

秒単位の最大間隔。

戻り値

適用対象