Skip to main content

◆ alterCredential() [1/2]

AlterCredentialResponse kinetica.Kinetica.alterCredential (AlterCredentialRequestrequest_)
inline

Alter the properties of 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 8284 of file KineticaFunctions.cs.

◆ alterCredential() [2/2]

AlterCredentialResponse kinetica.Kinetica.alterCredential (stringcredential_name,
IDictionary< string, string >credential_updates_map,
IDictionary< string, string >options )
inline

Alter the properties of an existing credential.

Parameters
credential_nameName of the credential to be altered. Must be an existing credential.
credential_updates_mapMap containing the properties of the credential to be updated. Error if empty.
optionsOptional parameters.
Returns
Response object containing the result of the operation.

Definition at line 8409 of file KineticaFunctions.cs.

◆ AlterCredentialAsync() [1/2]

async System.Threading.Tasks.Task< AlterCredentialResponse > kinetica.Kinetica.AlterCredentialAsync (AlterCredentialRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Alter the properties of 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 8301 of file KineticaFunctions.cs.

◆ AlterCredentialAsync() [2/2]

async System.Threading.Tasks.Task< AlterCredentialResponse > kinetica.Kinetica.AlterCredentialAsync (stringcredential_name,
IDictionary< string, string >credential_updates_map,
IDictionary< string, string >options,
System.Threading.CancellationTokencancellationToken = default )
inline

Alter the properties of an existing credential.

(async)

Parameters
credential_nameName of the credential to be altered. Must be an existing credential.
credential_updates_mapMap containing the properties of the credential to be updated. Error if empty.
optionsOptional parameters.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 8520 of file KineticaFunctions.cs.