Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterTableMonitorRequest.MonitorUpdatesMap Struct Reference

A set of string constants for the parameter monitor_updates_map. More...

Public Attributes

const string SCHEMA_NAME = "schema_name"
 Updates the schema name. More...
 

Detailed Description

A set of string constants for the parameter monitor_updates_map.

Map containing the properties of the table monitor to be updated. Error if empty.

Definition at line 23 of file AlterTableMonitor.cs.

Member Data Documentation

◆ SCHEMA_NAME

const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.SCHEMA_NAME = "schema_name"

Updates the schema name.

If SCHEMA_NAME doesn't exist, an error will be thrown. If SCHEMA_NAME is empty, then the user's default schema will be used.

Definition at line 32 of file AlterTableMonitor.cs.


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