7 using System.Collections.Generic;
94 public const string TRUE =
"true";
95 public const string FALSE =
"false";
165 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
225 IDictionary<string, string>
options = null)
227 this.topic_id = topic_id ??
"";
228 this.options =
options ??
new Dictionary<string, string>();
246 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string KEEP_AUTOGENERATED_SINK
If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use.
A set of results returned by Kinetica.clearTableMonitor(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
const string CLEAR_ALL_REFERENCES
If true, all references that share the same topic_id will be cleared.
string topic_id
Value of .
IDictionary< string, string > info
Additional information.
ClearTableMonitorRequest(string topic_id, IDictionary< string, string > options=null)
Constructs a ClearTableMonitorRequest object with the specified parameters.
ClearTableMonitorRequest()
Constructs a ClearTableMonitorRequest object with default parameters.
string topic_id
The topic ID returned by /create/tablemonitor.
A set of parameters for Kinetica.clearTableMonitor(string,IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica