Skip to main content

◆ deleteResourceGroup() [1/2]

DeleteResourceGroupResponse kinetica.Kinetica.deleteResourceGroup (DeleteResourceGroupRequestrequest_)
inline

Deletes a resource group.

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

Definition at line 32289 of file KineticaFunctions.cs.

◆ deleteResourceGroup() [2/2]

DeleteResourceGroupResponse kinetica.Kinetica.deleteResourceGroup (stringname,
IDictionary< string, string >options = null )
inline

Deletes a resource group.

Parameters
nameName of the resource group to be deleted.
optionsOptional parameters.
  • CASCADE_DELETE: If TRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 32346 of file KineticaFunctions.cs.

◆ DeleteResourceGroupAsync() [1/2]

async System.Threading.Tasks.Task< DeleteResourceGroupResponse > kinetica.Kinetica.DeleteResourceGroupAsync (DeleteResourceGroupRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes a resource group.

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

◆ DeleteResourceGroupAsync() [2/2]

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

Deletes a resource group.

(async)

Parameters
nameName of the resource group to be deleted.
optionsOptional parameters.
  • CASCADE_DELETE: If TRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:The default value is FALSE.
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 32388 of file KineticaFunctions.cs.