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 ??
"";
A set of results returned by Kinetica.clearTableMonitor(string,IDictionary<string, string>).
IDictionary< string, string > options
Optional parameters.
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