Class NodeAllocationExplanation
Inheritance
NodeAllocationExplanation
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeAllocationExplanation
Properties
|
Edit this page
View Source
Deciders
Declaration
[DataMember(Name = "deciders")]
public IReadOnlyCollection<AllocationDecision> Deciders { get; set; }
Property Value
|
Edit this page
View Source
NodeAttributes
Declaration
[DataMember(Name = "node_attributes")]
public IReadOnlyDictionary<string, string> NodeAttributes { get; set; }
Property Value
|
Edit this page
View Source
NodeDecision
Declaration
[DataMember(Name = "node_decision")]
public Decision? NodeDecision { get; set; }
Property Value
|
Edit this page
View Source
NodeId
Declaration
[DataMember(Name = "node_id")]
public string NodeId { get; set; }
Property Value
|
Edit this page
View Source
NodeName
Declaration
[DataMember(Name = "node_name")]
public string NodeName { get; set; }
Property Value
|
Edit this page
View Source
Store
Declaration
[DataMember(Name = "store")]
public AllocationStore Store { get; set; }
Property Value
|
Edit this page
View Source
TransportAddress
Declaration
[DataMember(Name = "transport_address")]
public string TransportAddress { get; set; }
Property Value
|
Edit this page
View Source
WeightRanking
Declaration
[DataMember(Name = "weight_ranking")]
public int? WeightRanking { get; set; }
Property Value
Extension Methods