A set of parameters for Kinetica.adminSendAlert.
More...
|
| AdminSendAlertRequest () |
| Constructs an AdminSendAlertRequest object with default parameters. More...
|
|
| AdminSendAlertRequest (string message, string label, string log_level, IDictionary< string, string > options=null) |
| Constructs an AdminSendAlertRequest object with the specified parameters. More...
|
|
| AdminSendAlertRequest () |
| Constructs an AdminSendAlertRequest object with default parameters. More...
|
|
| AdminSendAlertRequest (string message, string label, string log_level, IDictionary< string, string > options=null) |
| Constructs an AdminSendAlertRequest 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...
|
|
| 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...
|
|
A set of parameters for Kinetica.adminSendAlert.
Sends a user generated alert to the monitoring system.
Definition at line 16 of file AdminSendAlert.cs.
◆ AdminSendAlertRequest() [1/4]
kinetica.AdminSendAlertRequest.AdminSendAlertRequest |
( |
| ) |
|
|
inline |
◆ AdminSendAlertRequest() [2/4]
kinetica.AdminSendAlertRequest.AdminSendAlertRequest |
( |
string |
message, |
|
|
string |
label, |
|
|
string |
log_level, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminSendAlertRequest object with the specified parameters.
- Parameters
-
message | Alert message body. The default value is ''. |
label | Label to add to alert message. The default value is ''. |
log_level | Alert message logging criteria. Supported values:
|
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 96 of file AdminSendAlert.cs.
◆ AdminSendAlertRequest() [3/4]
kinetica.AdminSendAlertRequest.AdminSendAlertRequest |
( |
| ) |
|
|
inline |
◆ AdminSendAlertRequest() [4/4]
kinetica.AdminSendAlertRequest.AdminSendAlertRequest |
( |
string |
message, |
|
|
string |
label, |
|
|
string |
log_level, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminSendAlertRequest object with the specified parameters.
- Parameters
-
message | Alert message body. The default value is ''. |
label | Label to add to alert message. The default value is ''. |
log_level | Alert message logging criteria. Supported values:
|
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 96 of file AdminSendAlert.cs.
◆ label
string kinetica.AdminSendAlertRequest.label = "" |
|
getset |
Label to add to alert message.
The default value is ''.
Definition at line 36 of file AdminSendAlert.cs.
◆ log_level
string kinetica.AdminSendAlertRequest.log_level |
|
getset |
Alert message logging criteria.
Supported values:
Definition at line 57 of file AdminSendAlert.cs.
◆ message
string kinetica.AdminSendAlertRequest.message = "" |
|
getset |
◆ options
IDictionary< string, string > kinetica.AdminSendAlertRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 62 of file AdminSendAlert.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminSendAlert.cs