7 using System.Collections.Generic;
41 public const string TRUE =
"true";
42 public const string FALSE =
"false";
112 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
171 IDictionary<string, string>
options =
null)
188 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,...
A set of results returned by Kinetica.clearTableMonitor.
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 topic_id.
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.
A set of string constants for the parameter options.
string topic_id
The topic ID returned by Kinetica.createTableMonitor.
A set of parameters for Kinetica.clearTableMonitor.
KineticaData - class to help with Avro Encoding for Kinetica