Skip to main content

◆ showTriggers() [1/2]

ShowTriggersResponse kinetica.Kinetica.showTriggers (IList< string >trigger_ids,
IDictionary< string, string >options = null )
inline

Retrieves information regarding the specified triggers or all existing triggers currently active.

Parameters
trigger_idsList of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 63037 of file KineticaFunctions.cs.

◆ showTriggers() [2/2]

ShowTriggersResponse kinetica.Kinetica.showTriggers (ShowTriggersRequestrequest_)
inline

Retrieves information regarding the specified triggers or all existing triggers currently active.

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

Definition at line 63003 of file KineticaFunctions.cs.

◆ ShowTriggersAsync() [1/2]

async System.Threading.Tasks.Task< ShowTriggersResponse > kinetica.Kinetica.ShowTriggersAsync (IList< string >trigger_ids,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves information regarding the specified triggers or all existing triggers currently active.

(async)

Parameters
trigger_idsList of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers.
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 63055 of file KineticaFunctions.cs.

◆ ShowTriggersAsync() [2/2]

async System.Threading.Tasks.Task< ShowTriggersResponse > kinetica.Kinetica.ShowTriggersAsync (ShowTriggersRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves information regarding the specified triggers or all existing triggers currently active.

(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 63019 of file KineticaFunctions.cs.