◆ deleteDirectory() [1/2]
| 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 31560 of file KineticaFunctions.cs.
◆ deleteDirectory() [2/2]
| inline |
Deletes a directory from KiFS.
Parameters
| directory_name | Name of the directory in KiFS to be deleted. The directory must contain no files, unless RECURSIVE is TRUE. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 31646 of file KineticaFunctions.cs.
◆ DeleteDirectoryAsync() [1/2]
| inline |
Deletes a directory from KiFS.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 31576 of file KineticaFunctions.cs.
◆ DeleteDirectoryAsync() [2/2]
| inline |
Deletes a directory from KiFS.
(async)
Parameters
| directory_name | Name of the directory in KiFS to be deleted. The directory must contain no files, unless RECURSIVE is TRUE. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 31716 of file KineticaFunctions.cs.