Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowTableMonitorsResponse.AdditionalInfo Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ DATASINK_JSON

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.

◆ MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR

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.

◆ MATERIALIZED_VIEW_FOR_FILTER

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.

◆ MONITOR_TYPE

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.

◆ REFERENCES

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.

◆ TYPE_SCHEMA

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.


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