Skip to main content

A set of string constants for the parameter ShowTableMonitorsResponse.additional_info. More…

Static Public Attributes

const string MONITOR_TYPE = “monitor_type”
 Notification type for the respective ShowTableMonitorsResponse.monitor_ids and ShowTableMonitorsResponse.table_names.
 
const string TYPE_SCHEMA = “type_schema”
 Notification type schemas for the respective ShowTableMonitorsResponse.monitor_ids and ShowTableMonitorsResponse.table_names.
 
const string MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR = “materialized_view_for_change_detector”
 Materialized view that implements the change detector.
 
const string MATERIALIZED_VIEW_FOR_FILTER = “materialized_view_for_filter”
 Materialized views created for the ShowTableMonitorsResponse.filter_expressions.
 
const string REFERENCES = “references”
 Reference count on the respective ShowTableMonitorsResponse.monitor_ids.
 
const string DATASINK_JSON = “datasink_json”
 Datasink info in JSON format for the respective ShowTableMonitorsResponse.monitor_ids if one is defined.
 

Detailed Description

A set of string constants for the parameter ShowTableMonitorsResponse.additional_info.

Additional information about the respective monitors in ShowTableMonitorsResponse.monitor_ids.

Definition at line 60 of file ShowTableMonitors.cs.

Member Data Documentation

◆ DATASINK_JSON

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.DATASINK_JSON = “datasink_json”
static

Datasink info in JSON format for the respective ShowTableMonitorsResponse.monitor_ids if one is defined.

The default value is ”.

Definition at line 92 of file ShowTableMonitors.cs.

◆ MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR = “materialized_view_for_change_detector”
static

Materialized view that implements the change detector.

Definition at line 76 of file ShowTableMonitors.cs.

◆ MATERIALIZED_VIEW_FOR_FILTER

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MATERIALIZED_VIEW_FOR_FILTER = “materialized_view_for_filter”
static

Materialized views created for the ShowTableMonitorsResponse.filter_expressions.

The default value is ”.

Definition at line 81 of file ShowTableMonitors.cs.

◆ MONITOR_TYPE

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.MONITOR_TYPE = “monitor_type”
static

Notification type for the respective ShowTableMonitorsResponse.monitor_ids and ShowTableMonitorsResponse.table_names.

The default value is ”.

Definition at line 66 of file ShowTableMonitors.cs.

◆ REFERENCES

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.REFERENCES = “references”
static

Reference count on the respective ShowTableMonitorsResponse.monitor_ids.

The default value is ”.

Definition at line 86 of file ShowTableMonitors.cs.

◆ TYPE_SCHEMA

const string kinetica.ShowTableMonitorsResponse.AdditionalInfo.TYPE_SCHEMA = “type_schema”
static

Notification type schemas for the respective ShowTableMonitorsResponse.monitor_ids and ShowTableMonitorsResponse.table_names.

The default value is ”.

Definition at line 72 of file ShowTableMonitors.cs.


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