次の方法で共有


IWithConsistencyPolicy インターフェイス

定義

整合性ポリシーを設定できる cosmos db 更新のステージ。

public interface IWithConsistencyPolicy
type IWithConsistencyPolicy = interface
Public Interface IWithConsistencyPolicy
派生

メソッド

WithBoundedStalenessConsistency(Int32, Int32)

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

WithEventualConsistency()

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

WithSessionConsistency()

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

WithStrongConsistency()

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

適用対象