Class CatMasterRecord
Inheritance
CatMasterRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatMasterRecord : ICatRecord
Properties
|
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
Implements
Extension Methods