次の方法で共有


MongoIndexKeys.Keys プロパティ

定義

Azure Cosmos DB サービス内の各 MongoDB コレクションのキーの一覧を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<string> Keys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<string> with get, set
Public Property Keys As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象