Kinetica C# API
Version 7.2.3.0
|
A set of parameters for Kinetica.showTableMonitors. More...
Public Member Functions | |
ShowTableMonitorsRequest () | |
Constructs a ShowTableMonitorsRequest object with default parameters. More... | |
ShowTableMonitorsRequest (IList< string > monitor_ids, IDictionary< string, string > options=null) | |
Constructs a ShowTableMonitorsRequest object with the specified parameters. More... | |
![]() | |
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 | |
IList< string > | monitor_ids = new List<string>() [get, set] |
List of monitors to be shown. More... | |
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.showTableMonitors.
Show table monitors and their properties. Table monitors are created using Kinetica.createTableMonitor. Returns detailed information about existing table monitors.
Definition at line 19 of file ShowTableMonitors.cs.
|
inline |
Constructs a ShowTableMonitorsRequest object with default parameters.
Definition at line 33 of file ShowTableMonitors.cs.
|
inline |
Constructs a ShowTableMonitorsRequest object with the specified parameters.
monitor_ids | List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 43 of file ShowTableMonitors.cs.
|
getset |
List of monitors to be shown.
An empty list or a single entry with an empty string returns all table monitors.
Definition at line 24 of file ShowTableMonitors.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 29 of file ShowTableMonitors.cs.