次の方法で共有


CosmosDBAccountImpl.IWithConsistencyPolicy.WithBoundedStalenessConsistency メソッド

定義

CosmosDB アカウントの有界整合性整合性ポリシー。

Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithWriteReplication IWithConsistencyPolicy.WithBoundedStalenessConsistency (long maxStalenessPrefix, int maxIntervalInSeconds);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithConsistencyPolicy.WithBoundedStalenessConsistency : int64 * int -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithWriteReplication
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithConsistencyPolicy.WithBoundedStalenessConsistency : int64 * int -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithWriteReplication
Function WithBoundedStalenessConsistency (maxStalenessPrefix As Long, maxIntervalInSeconds As Integer) As IWithWriteReplication Implements IWithConsistencyPolicy.WithBoundedStalenessConsistency

パラメーター

maxStalenessPrefix
Int64

最大失効プレフィックス。

maxIntervalInSeconds
Int32

最大間隔 (秒単位)。

戻り値

実装

適用対象