Kinetica C# API
Version 7.1.10.0
|
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... | |
Map containing the properties of the table monitor to be updated.
Error if empty.
A set of string constants for the parameter monitor_updates_map.
Definition at line 40 of file AlterTableMonitor.cs.
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.