A set of string constants for the parameter CreateTableMonitorResponse.info. More…
Static Public Attributes | |
| const string | TTL = “ttl” |
| For insert_table/delete_table events, the ttl of the table. | |
| const string | INSERT_TOPIC_ID = “insert_topic_id” |
| The topic id for ‘insert’ EVENT in options. | |
| const string | UPDATE_TOPIC_ID = “update_topic_id” |
| The topic id for ‘update’ EVENT in options. | |
| const string | DELETE_TOPIC_ID = “delete_topic_id” |
| The topic id for ‘delete’ EVENT in options. | |
| const string | INSERT_TYPE_SCHEMA = “insert_type_schema” |
| The JSON Avro schema of the table in CreateTableMonitorResponse.table_name. | |
| const string | UPDATE_TYPE_SCHEMA = “update_type_schema” |
| The JSON Avro schema for ‘update’ events. | |
| const string | DELETE_TYPE_SCHEMA = “delete_type_schema” |
| The JSON Avro schema for ‘delete’ events. | |
Detailed Description
A set of string constants for the parameter CreateTableMonitorResponse.info.
Additional information.
Definition at line 637 of file CreateTableMonitor.cs.
Member Data Documentation
◆ DELETE_TOPIC_ID
| static |
The topic id for ‘delete’ EVENT in options.
Definition at line 656 of file CreateTableMonitor.cs.
◆ DELETE_TYPE_SCHEMA
| static |
The JSON Avro schema for ‘delete’ events.
Definition at line 666 of file CreateTableMonitor.cs.
◆ INSERT_TOPIC_ID
| static |
The topic id for ‘insert’ EVENT in options.
Definition at line 646 of file CreateTableMonitor.cs.
◆ INSERT_TYPE_SCHEMA
| static |
The JSON Avro schema of the table in CreateTableMonitorResponse.table_name.
Definition at line 660 of file CreateTableMonitor.cs.
◆ TTL
| static |
For insert_table/delete_table events, the ttl of the table.
Definition at line 641 of file CreateTableMonitor.cs.
◆ UPDATE_TOPIC_ID
| static |
The topic id for ‘update’ EVENT in options.
Definition at line 651 of file CreateTableMonitor.cs.
◆ UPDATE_TYPE_SCHEMA
| static |
The JSON Avro schema for ‘update’ events.
Definition at line 663 of file CreateTableMonitor.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateTableMonitor.cs
- Kinetica/Protocol/CreateTableMonitor.cs