Skip to main content

◆ showSystemTiming() [1/2]

ShowSystemTimingResponse kinetica.Kinetica.showSystemTiming (IDictionary< string, string >options = null)
inline

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

Parameters
optionsOptional parameters, currently unused. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 62117 of file KineticaFunctions.cs.

◆ showSystemTiming() [2/2]

ShowSystemTimingResponse kinetica.Kinetica.showSystemTiming (ShowSystemTimingRequestrequest_)
inline

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

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

Definition at line 62082 of file KineticaFunctions.cs.

◆ ShowSystemTimingAsync() [1/2]

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

Returns the last 100 database requests along with the request timing and internal job ID.

(async)

The admin tool uses it to present request timing information to the user.

Parameters
optionsOptional parameters, currently unused. 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 62133 of file KineticaFunctions.cs.

◆ ShowSystemTimingAsync() [2/2]

async System.Threading.Tasks.Task< ShowSystemTimingResponse > kinetica.Kinetica.ShowSystemTimingAsync (ShowSystemTimingRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Returns the last 100 database requests along with the request timing and internal job ID.

(async)

The admin tool uses it to present request timing information to the user.

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