Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowTableMonitorsResponse Class Reference

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 additional_info. More...
 

Properties

IList< string > monitor_ids = new List<string>() [get, set]
 List of monitor IDs. More...
 
IList< string > table_names = new List<string>() [get, set]
 List of source tables being monitored for the respective monitor_ids. More...
 
IList< string > events = new List<string>() [get, set]
 List of notification events for the respective monitor_ids. More...
 
IList< string > increasing_columns = new List<string>() [get, set]
 List of columns used on the respective tables in table_names that will increase for new records. More...
 
IList< string > filter_expressions = new List<string>() [get, set]
 List of filter expressions used on the respective tables in table_names to limit records for notifications. More...
 
IList< string > join_table_names = new List<string>() [get, set]
 List of join_table_names. More...
 
IList< string > join_column_names = new List<string>() [get, set]
 List of join_column_names More...
 
IList< string > join_expressions = new List<string>() [get, set]
 List of join expressions. More...
 
IList< string > refresh_method = new List<string>() [get, set]
 List of refresh methods used on the respective tables in table_names. More...
 
IList< string > refresh_period = new List<string>() [get, set]
 List of refresh periods used on the respective tables in table_names. More...
 
IList< string > refresh_start_time = new List<string>() [get, set]
 List of refresh start times used on the respective tables in table_names. More...
 
IList< string > datasink_names = new List<string>() [get, set]
 List of datasink names for the respective monitor_ids if one is defined. More...
 
IList< IDictionary< string, string > > additional_info = new List<IDictionary<string, string>>() [get, set]
 Additional information about the respective monitors in monitor_ids. More...
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information. More...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 
- Properties inherited from Avro.Specific.ISpecificRecord
Schema Schema [get]
 

Additional Inherited Members

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

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 monitor_ids.

Definition at line 186 of file ShowTableMonitors.cs.

◆ datasink_names

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

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

Definition at line 135 of file ShowTableMonitors.cs.

◆ events

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

List of notification events for the respective monitor_ids.

Definition at line 101 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 table_names to limit records for notifications.

Definition at line 110 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 table_names that will increase for new records.

Definition at line 105 of file ShowTableMonitors.cs.

◆ info

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

Additional information.

Definition at line 189 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 116 of file ShowTableMonitors.cs.

◆ join_expressions

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

List of join expressions.

Definition at line 119 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 113 of file ShowTableMonitors.cs.

◆ monitor_ids

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

List of monitor IDs.

Definition at line 93 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 table_names.

Definition at line 123 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 table_names.

Definition at line 127 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 table_names.

Definition at line 131 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 monitor_ids.

Definition at line 97 of file ShowTableMonitors.cs.


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