7 using System.Collections.Generic;
55 public IDictionary<string, string>
monitor_updates_map {
get;
set; } =
new Dictionary<string, string>();
58 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
88 IDictionary<string, string>
options)
92 this.options =
options ??
new Dictionary<string, string>();
106 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.alterTableMonitor.
string topic_id
The topic ID returned by Kinetica.createTableMonitor.
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 topic_id.
A set of string constants for the parameter monitor_updates_map.
A set of results returned by Kinetica.alterTableMonitor.
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.