Skip to main content

A set of results returned by Kinetica.showTableMonitors. More…

Inheritance diagram for kinetica.ShowTableMonitorsResponse:
Collaboration diagram for kinetica.ShowTableMonitorsResponse:

Classes

struct  AdditionalInfo
 A set of string constants for the parameter ShowTableMonitorsResponse.additional_info. More…
 

Properties

IList< string > monitor_ids = new List<string>() [get, set]
 List of monitor IDs.
 
IList< string > table_names = new List<string>() [get, set]
 List of source tables being monitored for the respective ShowTableMonitorsResponse.monitor_ids.
 
IList< string > events = new List<string>() [get, set]
 List of notification events for the respective ShowTableMonitorsResponse.monitor_ids.
 
IList< string > increasing_columns = new List<string>() [get, set]
 List of columns used on the respective tables in ShowTableMonitorsResponse.table_names that will increase for new records.
 
IList< string > filter_expressions = new List<string>() [get, set]
 List of filter expressions used on the respective tables in ShowTableMonitorsResponse.table_names to limit records for notifications.
 
IList< string > join_table_names = new List<string>() [get, set]
 List of join table names.
 
IList< string > join_column_names = new List<string>() [get, set]
 List of join column names.
 
IList< string > join_expressions = new List<string>() [get, set]
 List of join expressions.
 
IList< string > refresh_method = new List<string>() [get, set]
 List of refresh methods used on the respective tables in ShowTableMonitorsResponse.table_names.
 
IList< string > refresh_period = new List<string>() [get, set]
 List of refresh periods used on the respective tables in ShowTableMonitorsResponse.table_names.
 
IList< string > refresh_start_time = new List<string>() [get, set]
 List of refresh start times used on the respective tables in ShowTableMonitorsResponse.table_names.
 
IList< string > datasink_names = new List<string>() [get, set]
 List of datasink names for the respective ShowTableMonitorsResponse.monitor_ids if one is defined.
 
IList< int > max_consecutive_failures = new List<int>() [get, set]
 Maximum number of consecutive failures for the respective ShowTableMonitorsResponse.monitor_ids before stream is automatically suspended.
 
IList< string > failed_notifications_table_names = new List<string>() [get, set]
 List of table names that will hold failed notification events when the respective ShowTableMonitorsResponse.monitor_ids is suspended.
 
IList< string > statuses = new List<string>() [get, set]
 Status of stream for the respective ShowTableMonitorsResponse.monitor_ids.
 
IList< IDictionary< string, string > > additional_info = new List<IDictionary<string, string>>() [get, set]
 Additional information about the respective monitors in ShowTableMonitorsResponse.monitor_ids.
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of results returned by Kinetica.showTableMonitors.

Definition at line 54 of file ShowTableMonitors.cs.

Property Documentation

◆ additional_info

IList< IDictionary< string, string > > kinetica.ShowTableMonitorsResponse.additional_info = new List<IDictionary<string, string>>()
getset

Additional information about the respective monitors in ShowTableMonitorsResponse.monitor_ids.

Definition at line 209 of file ShowTableMonitors.cs.

◆ datasink_names

IList< string > kinetica.ShowTableMonitorsResponse.datasink_names = new List<string>()
getset

List of datasink names for the respective ShowTableMonitorsResponse.monitor_ids if one is defined.

Definition at line 140 of file ShowTableMonitors.cs.

◆ events

IList< string > kinetica.ShowTableMonitorsResponse.events = new List<string>()
getset

List of notification events for the respective ShowTableMonitorsResponse.monitor_ids.

Definition at line 104 of file ShowTableMonitors.cs.

◆ failed_notifications_table_names

IList< string > kinetica.ShowTableMonitorsResponse.failed_notifications_table_names = new List<string>()
getset

List of table names that will hold failed notification events when the respective ShowTableMonitorsResponse.monitor_ids is suspended.

Definition at line 150 of file ShowTableMonitors.cs.

◆ filter_expressions

IList< string > kinetica.ShowTableMonitorsResponse.filter_expressions = new List<string>()
getset

List of filter expressions used on the respective tables in ShowTableMonitorsResponse.table_names to limit records for notifications.

Definition at line 114 of file ShowTableMonitors.cs.

◆ increasing_columns

IList< string > kinetica.ShowTableMonitorsResponse.increasing_columns = new List<string>()
getset

List of columns used on the respective tables in ShowTableMonitorsResponse.table_names that will increase for new records.

Definition at line 109 of file ShowTableMonitors.cs.

◆ info

IDictionary< string, string > kinetica.ShowTableMonitorsResponse.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 212 of file ShowTableMonitors.cs.

◆ join_column_names

IList< string > kinetica.ShowTableMonitorsResponse.join_column_names = new List<string>()
getset

List of join column names.

Definition at line 120 of file ShowTableMonitors.cs.

◆ join_expressions

IList< string > kinetica.ShowTableMonitorsResponse.join_expressions = new List<string>()
getset

List of join expressions.

Definition at line 123 of file ShowTableMonitors.cs.

◆ join_table_names

IList< string > kinetica.ShowTableMonitorsResponse.join_table_names = new List<string>()
getset

List of join table names.

Definition at line 117 of file ShowTableMonitors.cs.

◆ max_consecutive_failures

IList< int > kinetica.ShowTableMonitorsResponse.max_consecutive_failures = new List<int>()
getset

Maximum number of consecutive failures for the respective ShowTableMonitorsResponse.monitor_ids before stream is automatically suspended.

Definition at line 145 of file ShowTableMonitors.cs.

◆ monitor_ids

IList< string > kinetica.ShowTableMonitorsResponse.monitor_ids = new List<string>()
getset

List of monitor IDs.

Definition at line 96 of file ShowTableMonitors.cs.

◆ refresh_method

IList< string > kinetica.ShowTableMonitorsResponse.refresh_method = new List<string>()
getset

List of refresh methods used on the respective tables in ShowTableMonitorsResponse.table_names.

Definition at line 127 of file ShowTableMonitors.cs.

◆ refresh_period

IList< string > kinetica.ShowTableMonitorsResponse.refresh_period = new List<string>()
getset

List of refresh periods used on the respective tables in ShowTableMonitorsResponse.table_names.

Definition at line 131 of file ShowTableMonitors.cs.

◆ refresh_start_time

IList< string > kinetica.ShowTableMonitorsResponse.refresh_start_time = new List<string>()
getset

List of refresh start times used on the respective tables in ShowTableMonitorsResponse.table_names.

Definition at line 135 of file ShowTableMonitors.cs.

◆ statuses

IList< string > kinetica.ShowTableMonitorsResponse.statuses = new List<string>()
getset

Status of stream for the respective ShowTableMonitorsResponse.monitor_ids.

Definition at line 154 of file ShowTableMonitors.cs.

◆ table_names

IList< string > kinetica.ShowTableMonitorsResponse.table_names = new List<string>()
getset

List of source tables being monitored for the respective ShowTableMonitorsResponse.monitor_ids.

Definition at line 100 of file ShowTableMonitors.cs.


The documentation for this class was generated from the following files: