7 using System.Collections.Generic;
54 public const string RESUME =
"resume";
109 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
166 IDictionary<string, string>
options =
null)
184 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > monitor_updates_map
Map containing the properties of the table monitor to be updated.
A set of parameters for Kinetica.alterTableMonitor.
const string NOTIFICATIONS
Updates the state of the monitor.
string topic_id
Value of topic_id.
string topic_id
The topic ID returned by Kinetica.createTableMonitor.
const string MAX_CONSECUTIVE_FAILURES
Updates the maximum number of consecutive failures before suspending the stream.
A set of results returned by Kinetica.alterTableMonitor.
AlterTableMonitorRequest(string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options=null)
Constructs an AlterTableMonitorRequest object with the specified parameters.
A set of string constants for the parameter monitor_updates_map.
IDictionary< string, string > info
Additional information.
AlterTableMonitorRequest()
Constructs an AlterTableMonitorRequest object with default parameters.
const string SCHEMA_NAME
Updates the schema name.
IDictionary< string, string > options
Optional parameters.