7 using System.Collections.Generic;
34 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
49 IDictionary<string, string>
options = null)
51 this.table_name = table_name ??
"";
52 this.options =
options ??
new Dictionary<string, string>();
CreateTableMonitorRequest(string table_name, IDictionary< string, string > options=null)
Constructs a CreateTableMonitorRequest object with the specified parameters.
A set of results returned by /create/tablemonitor.
A set of parameters for /create/tablemonitor.
CreateTableMonitorRequest()
Constructs a CreateTableMonitorRequest object with default parameters.
string table_name
Value of .
IDictionary< string, string > options
Optional parameters.
string topic_id
The ZMQ topic ID to subscribe to for inserted records.
string table_name
Name of the table to monitor.
KineticaData - class to help with Avro Encoding for Kinetica
string type_schema
JSON Avro schema of the table, for use in decoding published records.