次の方法で共有


UniqueKey.Paths プロパティ

定義

パスを取得します。このセットは、Azure Cosmos DB サービス内のドキュメントごとに一意である必要があります。

public System.Collections.ObjectModel.Collection<string> Paths { get; }
member this.Paths : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Paths As Collection(Of String)

プロパティ値

一意性を適用するパス。 各パスは、ドキュメント内の一意のプロパティ ("/name/first" など) のルートパスです。

uniqueKey.Paths = 新しいコレクション<文字列> { "/name/first", "/name/last" };

適用対象