Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterTableMonitorRequest Class Reference

A set of parameters for Kinetica.alterTableMonitor. More...

+ Inheritance diagram for kinetica.AlterTableMonitorRequest:
+ Collaboration diagram for kinetica.AlterTableMonitorRequest:

Classes

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

Public Member Functions

 AlterTableMonitorRequest ()
 Constructs an AlterTableMonitorRequest object with default parameters. More...
 
 AlterTableMonitorRequest (string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options)
 Constructs an AlterTableMonitorRequest object with the specified parameters. More...
 
- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 

Properties

string topic_id [get, set]
 The topic ID returned by Kinetica.createTableMonitor. More...
 
IDictionary< string, string > monitor_updates_map = new Dictionary<string, string>() [get, set]
 Map containing the properties of the table monitor to be updated. More...
 
IDictionary< string, string > options = new Dictionary<string, string>() [get, set]
 Optional parameters. More...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

Additional Inherited Members

- Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType. More...
 

Detailed Description

A set of parameters for Kinetica.alterTableMonitor.

Alters a table monitor previously created with Kinetica.createTableMonitor.

Definition at line 17 of file AlterTableMonitor.cs.

Constructor & Destructor Documentation

◆ AlterTableMonitorRequest() [1/2]

kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest ( )
inline

Constructs an AlterTableMonitorRequest object with default parameters.

Definition at line 62 of file AlterTableMonitor.cs.

◆ AlterTableMonitorRequest() [2/2]

kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest ( string  topic_id,
IDictionary< string, string >  monitor_updates_map,
IDictionary< string, string >  options 
)
inline

Constructs an AlterTableMonitorRequest object with the specified parameters.

Parameters
topic_idThe topic ID returned by Kinetica.createTableMonitor.
monitor_updates_mapMap containing the properties of the table monitor to be updated. Error if empty.
optionsOptional parameters.

Definition at line 86 of file AlterTableMonitor.cs.

Property Documentation

◆ monitor_updates_map

IDictionary<string, string> kinetica.AlterTableMonitorRequest.monitor_updates_map = new Dictionary<string, string>()
getset

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

Definition at line 55 of file AlterTableMonitor.cs.

◆ options

IDictionary<string, string> kinetica.AlterTableMonitorRequest.options = new Dictionary<string, string>()
getset

Optional parameters.

Definition at line 58 of file AlterTableMonitor.cs.

◆ topic_id

string kinetica.AlterTableMonitorRequest.topic_id
getset

The topic ID returned by Kinetica.createTableMonitor.

Definition at line 38 of file AlterTableMonitor.cs.


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