7 using System.Collections.Generic;
28 public IList<string>
monitor_ids {
get; set; } =
new List<string>();
32 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
49 IDictionary<string, string>
options = null)
51 this.monitor_ids = monitor_ids ??
new List<string>();
52 this.options =
options ??
new Dictionary<string, string>();
106 public IList<string>
monitor_ids {
get; set; } =
new List<string>();
110 public IList<string>
table_names {
get; set; } =
new List<string>();
114 public IList<string>
events {
get; set; } =
new List<string>();
147 public IList<IDictionary<string, string>>
additional_info {
get; set; } =
new List<IDictionary<string, string>>();
150 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 <member name="table_names">.
Additional information about the respective monitors in <member name="monitor_ids">.
const string TYPE_SCHEMA
Notification type schemas for the respective <member name="monitor_ids"> and <member name="table_name...
IList< string > monitor_ids
List of monitors to be shown.
IList< IDictionary< string, string > > additional_info
Additional information about the respective monitors in <member name="monitor_ids">.
IList< string > increasing_columns
List of columns used on the respective tables in <member name="table_names"> that will increase for n...
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 <member name="table_names"> to limit reco...
IList< string > datasink_names
List of datasink names for the respective <member name="monitor_ids"> if one is defined.
IList< string > refresh_start_time
List of refresh start times used on the respective tables in <member name="table_names">.
IList< string > table_names
List of source tables being monitored for the respective <member name="monitor_ids">.
A set of results returned by Kinetica.showTableMonitors(IList{string},IDictionary{string, string}).
IList< string > refresh_period
List of refresh periods used on the respective tables in <member name="table_names">.
ShowTableMonitorsRequest()
Constructs a ShowTableMonitorsRequest object with default parameters.
IList< string > events
List of notification events for the respective <member name="monitor_ids">.
const string DATASINK_JSON
Datasink info in JSON format for the respective <member name="monitor_ids"> if one is defined...
IDictionary< string, string > options
Optional parameters.
const string MONITOR_TYPE
Notification type for the respective <member name="monitor_ids"> and <member name="table_names">.
const string MATERIALIZED_VIEW_FOR_FILTER
Materialized views created for the <member name="filter_expressions">.
A set of parameters for Kinetica.showTableMonitors(IList{string},IDictionary{string, string}).
const string REFERENCES
Reference count on the respective <member name="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.