Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateTableMonitorResponse.Info Struct Reference

A set of string constants for the parameter info. More...

Public Attributes

const string TTL = "ttl"
 For insert_table/delete_table events, the ttl of the table. More...
 
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 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...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 431 of file CreateTableMonitor.cs.

Member Data Documentation

◆ DELETE_TOPIC_ID

const string kinetica.CreateTableMonitorResponse.Info.DELETE_TOPIC_ID = "delete_topic_id"

The topic id for 'delete' EVENT in options

Definition at line 453 of file CreateTableMonitor.cs.

◆ DELETE_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.DELETE_TYPE_SCHEMA = "delete_type_schema"

The JSON Avro schema for 'delete' events

Definition at line 463 of file CreateTableMonitor.cs.

◆ INSERT_TOPIC_ID

const string kinetica.CreateTableMonitorResponse.Info.INSERT_TOPIC_ID = "insert_topic_id"

The topic id for 'insert' EVENT in options

Definition at line 441 of file CreateTableMonitor.cs.

◆ INSERT_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.INSERT_TYPE_SCHEMA = "insert_type_schema"

The JSON Avro schema of the table in table_name

Definition at line 457 of file CreateTableMonitor.cs.

◆ TTL

const string kinetica.CreateTableMonitorResponse.Info.TTL = "ttl"

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

Definition at line 435 of file CreateTableMonitor.cs.

◆ UPDATE_TOPIC_ID

const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TOPIC_ID = "update_topic_id"

The topic id for 'update' EVENT in options

Definition at line 447 of file CreateTableMonitor.cs.

◆ UPDATE_TYPE_SCHEMA

const string kinetica.CreateTableMonitorResponse.Info.UPDATE_TYPE_SCHEMA = "update_type_schema"

The JSON Avro schema for 'update' events

Definition at line 460 of file CreateTableMonitor.cs.


The documentation for this struct was generated from the following file: