7 using System.Collections.Generic;
23 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
38 this.options =
options ??
new Dictionary<string, string>();
51 public IList<string>
endpoints {
get; set; } =
new List<string>();
54 public IList<float>
time_in_ms {
get; set; } =
new List<float>();
58 public IList<string>
jobIds {
get; set; } =
new List<string>();
IList< float > time_in_ms
List of time (in ms) of the recent requests.
A set of results returned by /show/system/timing.
IDictionary< string, string > options
Optional parameters, currently unused.
A set of parameters for /show/system/timing.
IList< string > endpoints
List of recently called endpoints, most recent first.
ShowSystemTimingRequest()
Constructs a ShowSystemTimingRequest object with default parameters.
IList< string > jobIds
List of the internal job ids for the recent requests.
ShowSystemTimingRequest(IDictionary< string, string > options=null)
Constructs a ShowSystemTimingRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica