Skip to main content

◆ deleteUser() [1/2]

DeleteUserResponse kinetica.Kinetica.deleteUser (DeleteUserRequestrequest_)
inline

Deletes an existing user.

This method should be used for on-premise deployments only.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 32422 of file KineticaFunctions.cs.

◆ deleteUser() [2/2]

DeleteUserResponse kinetica.Kinetica.deleteUser (stringname,
IDictionary< string, string >options = null )
inline

Deletes an existing user.

This method should be used for on-premise deployments only.

Parameters
nameName of the user to be deleted. Must be an existing user.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 32457 of file KineticaFunctions.cs.

◆ DeleteUserAsync() [1/2]

async System.Threading.Tasks.Task< DeleteUserResponse > kinetica.Kinetica.DeleteUserAsync (DeleteUserRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes an existing user.

(async)

This method should be used for on-premise deployments only.

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

◆ DeleteUserAsync() [2/2]

async System.Threading.Tasks.Task< DeleteUserResponse > kinetica.Kinetica.DeleteUserAsync (stringname,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes an existing user.

(async)

This method should be used for on-premise deployments only.

Parameters
nameName of the user to be deleted. Must be an existing user.
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 32475 of file KineticaFunctions.cs.