Kinetica C# API
Version 7.1.10.0
|
Additional information. More...
Public Attributes | |
const string | INSERT_TOPIC_ID = "insert_topic_id" |
The topic id for 'insert' event in options More... | |
const string | UPDATE_TOPIC_ID = "update_topic_id" |
The topic id for 'update' event in options More... | |
const string | DELETE_TOPIC_ID = "delete_topic_id" |
The topic id for 'delete' event in options More... | |
const string | INSERT_TYPE_SCHEMA = "insert_type_schema" |
The JSON Avro schema of the table in <member name="table_name"> More... | |
const string | UPDATE_TYPE_SCHEMA = "update_type_schema" |
The JSON Avro schema for 'update' events More... | |
const string | DELETE_TYPE_SCHEMA = "delete_type_schema" |
The JSON Avro schema for 'delete' events More... | |
Additional information.
The default value is an empty Dictionary. A set of string constants for the parameter <member name="info">.
Definition at line 578 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.DELETE_TOPIC_ID = "delete_topic_id" |
The topic id for 'delete' event in options
Definition at line 591 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.DELETE_TYPE_SCHEMA = "delete_type_schema" |
The JSON Avro schema for 'delete' events
Definition at line 601 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.INSERT_TOPIC_ID = "insert_topic_id" |
The topic id for 'insert' event in options
Definition at line 583 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.INSERT_TYPE_SCHEMA = "insert_type_schema" |
The JSON Avro schema of the table in <member name="table_name">
Definition at line 595 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TOPIC_ID = "update_topic_id" |
The topic id for 'update' event in options
Definition at line 587 of file CreateTableMonitor.cs.
const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TYPE_SCHEMA = "update_type_schema" |
The JSON Avro schema for 'update' events
Definition at line 598 of file CreateTableMonitor.cs.