We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad010d3 commit 1b40384Copy full SHA for 1b40384
src/Nest/Cluster/NodesStats/AdaptiveSelectionStats.cs
@@ -20,7 +20,7 @@ public class AdaptiveSelectionStats
20
/// </summary>
21
/// <remarks>only set when requesting human readable response</remarks>
22
[DataMember(Name ="avg_response_time")]
23
- public long AverageResponseTime { get; internal set; }
+ public string AverageResponseTime { get; internal set; }
24
25
/// <summary>
26
/// The exponentially weighted moving average response time of search requests on the keyed node.
0 commit comments