KeysResult.Clusters Property

Definition

Gets or sets object mapping ClusterIds to Key lists.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to