7 using System.Collections.Generic;
68 public IDictionary<string, string>
monitor_updates_map {
get; set; } =
new Dictionary<string, string>();
71 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
101 IDictionary<string, string>
options)
103 this.topic_id = topic_id ??
"";
104 this.monitor_updates_map = monitor_updates_map ??
new Dictionary<string, string>();
105 this.options = options ??
new Dictionary<string, string>();
123 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.alterTableMonitor(string,IDictionary{string, string},IDictionary{string, string}).
string topic_id
The topic ID returned by /create/tablemonitor.
IDictionary< string, string > monitor_updates_map
Map containing the properties of the table monitor to be updated.
IDictionary< string, string > options
Optional parameters.
IDictionary< string, string > info
Additional information.
string topic_id
Value of .
Map containing the properties of the table monitor to be updated.
A set of results returned by Kinetica.alterTableMonitor(string,IDictionary{string, string},IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica
AlterTableMonitorRequest(string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options)
Constructs an AlterTableMonitorRequest object with the specified parameters.
AlterTableMonitorRequest()
Constructs an AlterTableMonitorRequest object with default parameters.
const string SCHEMA_NAME
Updates the schema name.