7 using System.Collections.Generic;
17 public class ClearTableMonitorRequest : KineticaData
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)
181 public class ClearTableMonitorResponse : KineticaData
185 public string topic_id {
get;
set; }
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,...
IDictionary< string, string > options
Optional parameters.
string topic_id
The topic ID returned by Kinetica.createTableMonitor.
string topic_id
Value of topic_id.
ClearTableMonitorRequest(string topic_id, IDictionary< string, string > options=null)
Constructs a ClearTableMonitorRequest object with the specified parameters.
const string CLEAR_ALL_REFERENCES
If TRUE, all references that share the same topic_id will be cleared.
ClearTableMonitorRequest()
Constructs a ClearTableMonitorRequest object with default parameters.
IDictionary< string, string > info
Additional information.