Skip to main content

◆ showTableMonitors() [1/2]

ShowTableMonitorsResponse kinetica.Kinetica.showTableMonitors (IList< string >monitor_ids,
IDictionary< string, string >options = null )
inline

Show table monitors and their properties.

Table monitors are created using createTableMonitor.Returns detailed information about existing table monitors.

Parameters
monitor_idsList of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 62875 of file KineticaFunctions.cs.

◆ showTableMonitors() [2/2]

ShowTableMonitorsResponse kinetica.Kinetica.showTableMonitors (ShowTableMonitorsRequestrequest_)
inline

Show table monitors and their properties.

Table monitors are created using createTableMonitor.Returns detailed information about existing table monitors.

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

Definition at line 62837 of file KineticaFunctions.cs.

◆ ShowTableMonitorsAsync() [1/2]

async System.Threading.Tasks.Task< ShowTableMonitorsResponse > kinetica.Kinetica.ShowTableMonitorsAsync (IList< string >monitor_ids,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Show table monitors and their properties.

(async)

Table monitors are created using createTableMonitor.Returns detailed information about existing table monitors.

Parameters
monitor_idsList of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.
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 62895 of file KineticaFunctions.cs.

◆ ShowTableMonitorsAsync() [2/2]

async System.Threading.Tasks.Task< ShowTableMonitorsResponse > kinetica.Kinetica.ShowTableMonitorsAsync (ShowTableMonitorsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Show table monitors and their properties.

(async)

Table monitors are created using createTableMonitor.Returns detailed information about existing table monitors.

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