7 using System.Collections.Generic;
24 public IList<string>
monitor_ids {
get;
set; } =
new List<string>();
29 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options =
null)
46 this.monitor_ids =
monitor_ids ??
new List<string>();
93 public IList<string>
monitor_ids {
get;
set; } =
new List<string>();
97 public IList<string>
table_names {
get;
set; } =
new List<string>();
101 public IList<string>
events {
get;
set; } =
new List<string>();
177 public IList<IDictionary<string, string>>
additional_info {
get;
set; } =
new List<IDictionary<string, string>>();
180 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
ShowTableMonitorsRequest(IList< string > monitor_ids, IDictionary< string, string > options=null)
Constructs a ShowTableMonitorsRequest object with the specified parameters.
IList< string > refresh_method
List of refresh methods used on the respective tables in table_names.
A set of string constants for the parameter additional_info.
const string TYPE_SCHEMA
Notification type schemas for the respective monitor_ids and table_names.
IList< string > monitor_ids
List of monitors to be shown.
IList< IDictionary< string, string > > additional_info
Additional information about the respective monitors in monitor_ids.
IList< string > increasing_columns
List of columns used on the respective tables in table_names that will increase for new records.
const string MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR
Materialized view that implements the change detector
IList< string > filter_expressions
List of filter expressions used on the respective tables in table_names to limit records for notifica...
IList< string > datasink_names
List of datasink names for the respective monitor_ids if one is defined.
IList< string > refresh_start_time
List of refresh start times used on the respective tables in table_names.
IList< string > table_names
List of source tables being monitored for the respective monitor_ids.
A set of results returned by Kinetica.showTableMonitors.
IList< string > refresh_period
List of refresh periods used on the respective tables in table_names.
ShowTableMonitorsRequest()
Constructs a ShowTableMonitorsRequest object with default parameters.
IList< string > events
List of notification events for the respective monitor_ids.
const string DATASINK_JSON
Datasink info in JSON format for the respective monitor_ids if one is defined.
IDictionary< string, string > options
Optional parameters.
const string MONITOR_TYPE
Notification type for the respective monitor_ids and table_names.
const string MATERIALIZED_VIEW_FOR_FILTER
Materialized views created for the filter_expressions.
A set of parameters for Kinetica.showTableMonitors.
const string REFERENCES
Reference count on the respective monitor_ids.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
IList< string > monitor_ids
List of monitor IDs.