Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter additional_info. More...
Public Attributes | |
const string | MONITOR_TYPE = "monitor_type" |
Notification type for the respective monitor_ids and table_names. More... | |
const string | TYPE_SCHEMA = "type_schema" |
Notification type schemas for the respective monitor_ids and table_names. More... | |
const string | MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR = "materialized_view_for_change_detector" |
Materialized view that implements the change detector More... | |
const string | MATERIALIZED_VIEW_FOR_FILTER = "materialized_view_for_filter" |
Materialized views created for the filter_expressions. More... | |
const string | REFERENCES = "references" |
Reference count on the respective monitor_ids. More... | |
const string | DATASINK_JSON = "datasink_json" |
Datasink info in JSON format for the respective monitor_ids if one is defined. More... | |
A set of string constants for the parameter additional_info.
Additional information about the respective monitors in monitor_ids.
Definition at line 60 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.DATASINK_JSON = "datasink_json" |
Datasink info in JSON format for the respective monitor_ids if one is defined.
The default value is ''.
Definition at line 89 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR = "materialized_view_for_change_detector" |
Materialized view that implements the change detector
Definition at line 74 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MATERIALIZED_VIEW_FOR_FILTER = "materialized_view_for_filter" |
Materialized views created for the filter_expressions.
The default value is ''.
Definition at line 79 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MONITOR_TYPE = "monitor_type" |
Notification type for the respective monitor_ids and table_names.
The default value is ''.
Definition at line 65 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.REFERENCES = "references" |
Reference count on the respective monitor_ids.
The default value is ''.
Definition at line 84 of file ShowTableMonitors.cs.
const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.TYPE_SCHEMA = "type_schema" |
Notification type schemas for the respective monitor_ids and table_names.
The default value is ''.
Definition at line 70 of file ShowTableMonitors.cs.