Class TransportStats
Inheritance
TransportStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TransportStats
Properties
|
Edit this page
View Source
RxCount
Declaration
[DataMember(Name = "rx_count")]
public long RxCount { get; }
Property Value
|
Edit this page
View Source
RxSize
Declaration
[DataMember(Name = "rx_size")]
public string RxSize { get; }
Property Value
|
Edit this page
View Source
RxSizeInBytes
Declaration
[DataMember(Name = "rx_size_in_bytes")]
public long RxSizeInBytes { get; }
Property Value
|
Edit this page
View Source
ServerOpen
Declaration
[DataMember(Name = "server_open")]
public int ServerOpen { get; }
Property Value
|
Edit this page
View Source
TxCount
Declaration
[DataMember(Name = "tx_count")]
public long TxCount { get; }
Property Value
|
Edit this page
View Source
TxSize
Declaration
[DataMember(Name = "tx_size")]
public string TxSize { get; }
Property Value
|
Edit this page
View Source
TxSizeInBytes
Declaration
[DataMember(Name = "tx_size_in_bytes")]
public long TxSizeInBytes { get; }
Property Value
Extension Methods