Class CurrentNode
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CurrentNode
Properties
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
NodeAttributes
Declaration
[DataMember(Name = "attributes")]
public IReadOnlyDictionary<string, string> NodeAttributes { get; set; }
Property Value
|
Edit this page
View Source
TransportAddress
Declaration
[DataMember(Name = "transport_address")]
public string TransportAddress { get; }
Property Value
|
Edit this page
View Source
WeightRanking
Declaration
[DataMember(Name = "weight_ranking")]
public int WeightRanking { get; }
Property Value
Extension Methods