次の方法で共有


MongoDBCollectionResource.ShardKey プロパティ

定義

要求に適用するシャード キーのキーと値のペアを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象