◆ dropCredential() [1/2]
| inline |
Drop an existing credential.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 32998 of file KineticaFunctions.cs.
◆ dropCredential() [2/2]
| inline |
Drop an existing credential.
Parameters
| credential_name | Name of the credential to be dropped. Must be an existing credential. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 33031 of file KineticaFunctions.cs.
◆ DropCredentialAsync() [1/2]
| inline |
Drop an existing credential.
(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 33014 of file KineticaFunctions.cs.
◆ DropCredentialAsync() [2/2]
| inline |
Drop an existing credential.
(async)
Parameters
| credential_name | Name of the credential to be dropped. Must be an existing credential. |
| 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 33048 of file KineticaFunctions.cs.