Skip to main content

◆ deleteDirectory() [1/2]

DeleteDirectoryResponse kinetica.Kinetica.deleteDirectory (DeleteDirectoryRequestrequest_)
inline

Deletes a directory from KiFS.

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

Definition at line 31510 of file KineticaFunctions.cs.

◆ deleteDirectory() [2/2]

DeleteDirectoryResponse kinetica.Kinetica.deleteDirectory (stringdirectory_name,
IDictionary< string, string >options = null )
inline

Deletes a directory from KiFS.

Parameters
directory_nameName of the directory in KiFS to be deleted. The directory must contain no files, unless RECURSIVE is TRUE.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 31596 of file KineticaFunctions.cs.

◆ DeleteDirectoryAsync() [1/2]

async System.Threading.Tasks.Task< DeleteDirectoryResponse > kinetica.Kinetica.DeleteDirectoryAsync (DeleteDirectoryRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes a directory from KiFS.

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

◆ DeleteDirectoryAsync() [2/2]

async System.Threading.Tasks.Task< DeleteDirectoryResponse > kinetica.Kinetica.DeleteDirectoryAsync (stringdirectory_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Deletes a directory from KiFS.

(async)

Parameters
directory_nameName of the directory in KiFS to be deleted. The directory must contain no files, unless RECURSIVE is TRUE.
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 31666 of file KineticaFunctions.cs.