Class HttpStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class HttpStats
Properties
| Edit this page View SourceCurrentOpen
Declaration
[DataMember(Name = "current_open")]
public int CurrentOpen { get; }
Property Value
Type | Description |
---|---|
int |
TotalOpened
Declaration
[DataMember(Name = "total_opened")]
public long TotalOpened { get; }
Property Value
Type | Description |
---|---|
long |