次の方法で共有


IncludedPath クラス

定義

Azure Cosmos DB サービスに含める JSON ドキュメント内のパスを指定します。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))]
public sealed class IncludedPath
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))>]
type IncludedPath = class
Public NotInheritable Class IncludedPath
継承
IncludedPath
属性

コンストラクター

IncludedPath()

Azure Cosmos DB サービスに含める JSON ドキュメント内のパスを指定します。

プロパティ

Path

Azure Cosmos DB サービスでインデックスを作成するパスを取得または設定します。

適用対象