◆ showSystemTiming() [1/2]
| 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.
| options | Optional parameters, currently unused. The default value is an empty Dictionary. |
Definition at line 61989 of file KineticaFunctions.cs.
◆ showSystemTiming() [2/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 61954 of file KineticaFunctions.cs.
◆ ShowSystemTimingAsync() [1/2]
| 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.
| options | Optional parameters, currently unused. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 62005 of file KineticaFunctions.cs.
◆ ShowSystemTimingAsync() [2/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 61972 of file KineticaFunctions.cs.