◆ showProc() [1/2]
| inline |
Shows information about a proc.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 60442 of file KineticaFunctions.cs.
◆ showProc() [2/2]
| inline |
Shows information about a proc.
Parameters
| proc_name | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 60500 of file KineticaFunctions.cs.
◆ ShowProcAsync() [1/2]
| inline |
Shows information about a proc.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 60457 of file KineticaFunctions.cs.
◆ ShowProcAsync() [2/2]
| inline |
Shows information about a proc.
(async)
Parameters
| proc_name | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 60543 of file KineticaFunctions.cs.