Compartir a través de


KeysResult.Clusters Propiedad

Definición

Obtiene o establece la asignación de objetos ClusterIds a listas de claves.

[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))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a