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

Map containing the properties of the table monitor to be updated. More...

Public Attributes

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

Detailed Description

Map containing the properties of the table monitor to be updated.

Error if empty.

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


A set of string constants for the parameter monitor_updates_map.

Definition at line 40 of file AlterTableMonitor.cs.

Member Data Documentation

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 47 of file AlterTableMonitor.cs.


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