A set of parameters for Kinetica.clearTableMonitor. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter ClearTableMonitorRequest.options. More… | |
Public Member Functions | |
| ClearTableMonitorRequest () | |
| Constructs a ClearTableMonitorRequest object with default parameters. | |
| ClearTableMonitorRequest (string topic_id, IDictionary< string, string > options=null) | |
| Constructs a ClearTableMonitorRequest object with the specified parameters. | |
| ClearTableMonitorRequest () | |
| Constructs a ClearTableMonitorRequest object with default parameters. | |
| ClearTableMonitorRequest (string topic_id, IDictionary< string, string > options=null) | |
| Constructs a ClearTableMonitorRequest object with the specified parameters. | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
Properties | |
| string | topic_id [get, set] |
| The topic ID returned by Kinetica.createTableMonitor. | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
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. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of parameters for Kinetica.clearTableMonitor.
Deactivates a table monitor previously created with Kinetica.createTableMonitor.
Definition at line 17 of file ClearTableMonitor.cs.
Constructor & Destructor Documentation
◆ ClearTableMonitorRequest() [1/4]
| inline |
Constructs a ClearTableMonitorRequest object with default parameters.
Definition at line 150 of file ClearTableMonitor.cs.
◆ ClearTableMonitorRequest() [2/4]
| inline |
Constructs a ClearTableMonitorRequest object with the specified parameters.
| topic_id | The topic ID returned by Kinetica.createTableMonitor. |
| options | Optional parameters.
|
Definition at line 216 of file ClearTableMonitor.cs.
◆ ClearTableMonitorRequest() [3/4]
| inline |
Constructs a ClearTableMonitorRequest object with default parameters.
Definition at line 150 of file ClearTableMonitor.cs.
◆ ClearTableMonitorRequest() [4/4]
| inline |
Constructs a ClearTableMonitorRequest object with the specified parameters.
| topic_id | The topic ID returned by Kinetica.createTableMonitor. |
| options | Optional parameters.
|
Definition at line 216 of file ClearTableMonitor.cs.
Property Documentation
◆ options
| getset |
Optional parameters.
- KEEP_AUTOGENERATED_SINK: If TRUE, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If FALSE, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:The default value is FALSE.
- CLEAR_ALL_REFERENCES: If TRUE, all references that share the same ClearTableMonitorRequest.topic_id will be cleared. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 146 of file ClearTableMonitor.cs.
◆ topic_id
| getset |
The topic ID returned by Kinetica.createTableMonitor.
Definition at line 86 of file ClearTableMonitor.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ClearTableMonitor.cs
- Kinetica/Protocol/ClearTableMonitor.cs