◆ hasProc() [1/2]
| inline |
Checks the existence of a proc with the given name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 43672 of file KineticaFunctions.cs.
◆ hasProc() [2/2]
| inline |
Checks the existence of a proc with the given name.
Parameters
| proc_name | Name of the proc to check for existence. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 43704 of file KineticaFunctions.cs.
◆ HasProcAsync() [1/2]
| inline |
Checks the existence of a proc with the given name.
(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 43688 of file KineticaFunctions.cs.
◆ HasProcAsync() [2/2]
| inline |
Checks the existence of a proc with the given name.
(async)
Parameters
| proc_name | Name of the proc to check for existence. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 43721 of file KineticaFunctions.cs.