Class NodeInfoHttp
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeInfoHttp
Properties
|
Edit this page
View Source
BoundAddress
Declaration
[DataMember(Name = "bound_address")]
public IEnumerable<string> BoundAddress { get; }
Property Value
|
Edit this page
View Source
MaxContentLength
Declaration
[DataMember(Name = "max_content_length")]
public string MaxContentLength { get; }
Property Value
|
Edit this page
View Source
MaxContentLengthInBytes
Declaration
[DataMember(Name = "max_content_length_in_bytes")]
public long MaxContentLengthInBytes { get; }
Property Value
|
Edit this page
View Source
PublishAddress
Declaration
[DataMember(Name = "publish_address")]
public string PublishAddress { get; }
Property Value
Extension Methods