Skip to main content

◆ adminShowAlerts() [1/2]

AdminShowAlertsResponse kinetica.Kinetica.adminShowAlerts (AdminShowAlertsRequestrequest_)
inline

Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 2560 of file KineticaFunctions.cs.

◆ adminShowAlerts() [2/2]

AdminShowAlertsResponse kinetica.Kinetica.adminShowAlerts (intnum_alerts,
IDictionary< string, string >options = null )
inline

Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.

Parameters
num_alertsNumber of most recent alerts to request. The response will include up to num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2595 of file KineticaFunctions.cs.

◆ AdminShowAlertsAsync() [1/2]

async System.Threading.Tasks.Task< AdminShowAlertsResponse > kinetica.Kinetica.AdminShowAlertsAsync (AdminShowAlertsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2576 of file KineticaFunctions.cs.

◆ AdminShowAlertsAsync() [2/2]

async System.Threading.Tasks.Task< AdminShowAlertsResponse > kinetica.Kinetica.AdminShowAlertsAsync (intnum_alerts,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Requests a list of the most recent alerts.Returns lists of alert data, including timestamp and type.

(async)

Parameters
num_alertsNumber of most recent alerts to request. The response will include up to num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2614 of file KineticaFunctions.cs.