IDocumentClient.Session プロパティ

定義

Azure Cosmos DB サービスでのセッション整合性バージョンの追跡に使用されるセッション オブジェクトを取得または設定します。

public object Session { get; set; }
member this.Session : obj with get, set
Public Property Session As Object

プロパティ値

注釈

セッション オブジェクトは、同じ AppDomain 内の 2 つの DocumentClient インスタンス間で保存および共有できます。

適用対象