|
Kinetica C# API
Version 7.1.10.0
|
A set of results returned by Kinetica.showTableMonitors(IList{string},IDictionary{string, string}). More...
Inheritance diagram for kinetica.ShowTableMonitorsResponse:
Collaboration diagram for kinetica.ShowTableMonitorsResponse:Classes | |
| struct | AdditionalInfo |
| Additional information about the respective monitors in <member name="monitor_ids">. More... | |
Properties | |
| IList< string > | monitor_ids [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 <member name="monitor_ids">. More... | |
| IList< string > | events = new List<string>() [get, set] |
| List of notification events for the respective <member name="monitor_ids">. More... | |
| IList< string > | increasing_columns = new List<string>() [get, set] |
| List of columns used on the respective tables in <member name="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 <member name="table_names"> to limit records for notifications. More... | |
| IList< string > | refresh_method = new List<string>() [get, set] |
| List of refresh methods used on the respective tables in <member name="table_names">. More... | |
| IList< string > | refresh_period = new List<string>() [get, set] |
| List of refresh periods used on the respective tables in <member name="table_names">. More... | |
| IList< string > | refresh_start_time = new List<string>() [get, set] |
| List of refresh start times used on the respective tables in <member name="table_names">. More... | |
| IList< string > | datasink_names = new List<string>() [get, set] |
| List of datasink names for the respective <member name="monitor_ids"> if one is defined. More... | |
| IList< IDictionary< string, string > > | additional_info = new List<string>() [get, set] |
| Additional information about the respective monitors in <member name="monitor_ids">. More... | |
| IDictionary< string, string > | info = new List<IDictionary<string, string>>() [get, set] |
| Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
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... | |
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... | |
A set of results returned by Kinetica.showTableMonitors(IList{string},IDictionary{string, string}).
Definition at line 62 of file ShowTableMonitors.cs.
|
getset |
Additional information about the respective monitors in <member name="monitor_ids">.
Supported values:
Definition at line 147 of file ShowTableMonitors.cs.
|
getset |
List of datasink names for the respective <member name="monitor_ids"> if one is defined.
Definition at line 140 of file ShowTableMonitors.cs.
|
getset |
List of notification events for the respective <member name="monitor_ids">.
Definition at line 114 of file ShowTableMonitors.cs.
|
getset |
List of filter expressions used on the respective tables in <member name="table_names"> to limit records for notifications.
Definition at line 124 of file ShowTableMonitors.cs.
|
getset |
List of columns used on the respective tables in <member name="table_names"> that will increase for new records.
Definition at line 119 of file ShowTableMonitors.cs.
|
getset |
Additional information.
Definition at line 150 of file ShowTableMonitors.cs.
|
getset |
List of monitor IDs.
Definition at line 106 of file ShowTableMonitors.cs.
|
getset |
List of refresh methods used on the respective tables in <member name="table_names">.
Definition at line 128 of file ShowTableMonitors.cs.
|
getset |
List of refresh periods used on the respective tables in <member name="table_names">.
Definition at line 132 of file ShowTableMonitors.cs.
|
getset |
List of refresh start times used on the respective tables in <member name="table_names">.
Definition at line 136 of file ShowTableMonitors.cs.
|
getset |
List of source tables being monitored for the respective <member name="monitor_ids">.
Definition at line 110 of file ShowTableMonitors.cs.