Skip to main content

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

const string kinetica.CreateTableMonitorResponse.Info.DELETE_TOPIC_ID = “delete_topic_id”
static

The topic id for ‘delete’ EVENT in options.

Definition at line 656 of file CreateTableMonitor.cs.

◆ DELETE_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.DELETE_TYPE_SCHEMA = “delete_type_schema”
static

The JSON Avro schema for ‘delete’ events.

Definition at line 666 of file CreateTableMonitor.cs.

◆ INSERT_TOPIC_ID

const string kinetica.CreateTableMonitorResponse.Info.INSERT_TOPIC_ID = “insert_topic_id”
static

The topic id for ‘insert’ EVENT in options.

Definition at line 646 of file CreateTableMonitor.cs.

◆ INSERT_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.INSERT_TYPE_SCHEMA = “insert_type_schema”
static

The JSON Avro schema of the table in CreateTableMonitorResponse.table_name.

Definition at line 660 of file CreateTableMonitor.cs.

◆ TTL

const string kinetica.CreateTableMonitorResponse.Info.TTL = “ttl”
static

For insert_table/delete_table events, the ttl of the table.

Definition at line 641 of file CreateTableMonitor.cs.

◆ UPDATE_TOPIC_ID

const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TOPIC_ID = “update_topic_id”
static

The topic id for ‘update’ EVENT in options.

Definition at line 651 of file CreateTableMonitor.cs.

◆ UPDATE_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TYPE_SCHEMA = “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: