7 using System.Collections.Generic;
27 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
43 IDictionary<string, string>
options =
null)
60 public IList<string>
timestamps {
get;
set; } =
new List<string>();
67 public IList<string>
types {
get;
set; } =
new List<string>();
74 public IList<IDictionary<string, string>>
_params {
get;
set; } =
new List<IDictionary<string, string>>();
77 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IList< string > timestamps
Timestamp for when the alert occurred, sorted from most recent to least recent.
IList< string > types
Type of system alert, sorted from most recent to least recent.
IDictionary< string, string > options
Optional parameters.
AdminShowAlertsRequest(int num_alerts, IDictionary< string, string > options=null)
Constructs an AdminShowAlertsRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
IList< IDictionary< string, string > > _params
Parameters for each alert, sorted from most recent to least recent.
A set of parameters for Kinetica.adminShowAlerts.
IDictionary< string, string > info
Additional information.
AdminShowAlertsRequest()
Constructs an AdminShowAlertsRequest object with default parameters.
int num_alerts
Number of most recent alerts to request.
A set of results returned by Kinetica.adminShowAlerts.