◆ deleteFiles() [1/2]
| inline |
Deletes one or more files from KiFS.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 31681 of file KineticaFunctions.cs.
◆ deleteFiles() [2/2]
| inline |
Deletes one or more files from KiFS.
Parameters
| file_names | An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 31744 of file KineticaFunctions.cs.
◆ DeleteFilesAsync() [1/2]
| inline |
Deletes one or more files 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 31697 of file KineticaFunctions.cs.
◆ DeleteFilesAsync() [2/2]
| inline |
Deletes one or more files from KiFS.
(async)
Parameters
| file_names | An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
| 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 31791 of file KineticaFunctions.cs.