Class CatNodeAttributesRecord
Inheritance
CatNodeAttributesRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatNodeAttributesRecord : ICatRecord
Properties
|
Edit this page
View Source
Attribute
Declaration
[DataMember(Name = "attr")]
public string Attribute { get; set; }
Property Value
|
Edit this page
View Source
Host
Declaration
[DataMember(Name = "host")]
public string Host { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Ip
Declaration
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
|
Edit this page
View Source
Node
Declaration
[DataMember(Name = "node")]
public string Node { get; set; }
Property Value
|
Edit this page
View Source
Port
Declaration
[DataMember(Name = "port")]
public long Port { get; set; }
Property Value
|
Edit this page
View Source
ProcessId
Declaration
[DataMember(Name = "pid")]
public long ProcessId { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[DataMember(Name = "value")]
public string Value { get; set; }
Property Value
Implements
Extension Methods