7 using System.Collections.Generic;
31 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
50 IDictionary<string, string>
options = null)
70 public IList<string> timestamps {
get;
set; } =
new List<string>();
76 public IList<string> types {
get;
set; } =
new List<string>();
82 public IList<IDictionary<string, string>> _params {
get;
set; } =
new List<IDictionary<string, string>>();
int num_alerts
Number of most recent alerts to request.
AdminShowAlertsRequest(int num_alerts, IDictionary< string, string > options=null)
Constructs an AdminShowAlertsRequest object with the specified parameters.
A set of parameters for Kinetica.adminShowAlerts(int,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.adminShowAlerts(int,IDictionary<string, string>).
AdminShowAlertsRequest()
Constructs an AdminShowAlertsRequest object with default parameters.