Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowTableMonitorsResponse.AdditionalInfo Struct Reference

Additional information about the respective monitors in <member name="monitor_ids">. More...

Public Attributes

const string MONITOR_TYPE = "monitor_type"
 Notification type for the respective <member name="monitor_ids"> and <member name="table_names">. More...
 
const string TYPE_SCHEMA = "type_schema"
 Notification type schemas for the respective <member name="monitor_ids"> and <member name="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 <member name="filter_expressions">. More...
 
const string REFERENCES = "references"
 Reference count on the respective <member name="monitor_ids">. More...
 
const string DATASINK_JSON = "datasink_json"
 Datasink info in JSON format for the respective <member name="monitor_ids"> if one is defined. More...
 

Detailed Description

Additional information about the respective monitors in <member name="monitor_ids">.

Supported values:

set of string constants for the parameter <member name="additional_info">.

Definition at line 72 of file ShowTableMonitors.cs.

Member Data Documentation

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.DATASINK_JSON = "datasink_json"

Datasink info in JSON format for the respective <member name="monitor_ids"> if one is defined.

The default value is ''.

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

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MATERIALIZED_VIEW_FOR_FILTER = "materialized_view_for_filter"

Materialized views created for the <member name="filter_expressions">.

The default value is ''.

Definition at line 92 of file ShowTableMonitors.cs.

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MONITOR_TYPE = "monitor_type"

Notification type for the respective <member name="monitor_ids"> and <member name="table_names">.

The default value is ''.

Definition at line 78 of file ShowTableMonitors.cs.

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.REFERENCES = "references"

Reference count on the respective <member name="monitor_ids">.

The default value is ''.

Definition at line 96 of file ShowTableMonitors.cs.

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.TYPE_SCHEMA = "type_schema"

Notification type schemas for the respective <member name="monitor_ids"> and <member name="table_names">.

The default value is ''.

Definition at line 83 of file ShowTableMonitors.cs.


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