7 using System.Collections.Generic;
29 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
45 IDictionary<string, string>
options = null)
47 this.topic_id = topic_id ??
"";
48 this.options =
options ??
new Dictionary<string, string>();
66 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.clearTableMonitor(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
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