Skip to main content

◆ dropCredential() [1/2]

DropCredentialResponse kinetica.Kinetica.dropCredential (DropCredentialRequestrequest_)
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]

DropCredentialResponse kinetica.Kinetica.dropCredential (stringcredential_name,
IDictionary< string, string >options = null )
inline

Drop an existing credential.

Parameters
credential_nameName of the credential to be dropped. Must be an existing credential.
optionsOptional 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]

async System.Threading.Tasks.Task< DropCredentialResponse > kinetica.Kinetica.DropCredentialAsync (DropCredentialRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Drop an existing credential.

(async)

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

◆ DropCredentialAsync() [2/2]

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

Drop an existing credential.

(async)

Parameters
credential_nameName of the credential to be dropped. Must be an existing credential.
optionsOptional parameters. 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 33048 of file KineticaFunctions.cs.