DeleteObject
Deletes a specified file or folder from Azure Data Lake Storage, with the path indicating the exact object to remove.
Input
| Name | Type | Description |
| Path | String | Mandatory. The full path of the Azure Data Lake Storage file or folder to delete. |
| Recursive | Boolean | When set to true, specifies that folders are deleted with all of their contents.
デフォルト値はfalseです。 |
| DeleteType | String | Defines the scope of deletion. Use FILESANDFOLDERS to delete the object specified in Path, or FILES to delete only the files within the specified folder.
使用できる値は次のとおりです。FILES, FILESANDFOLDERS デフォルト値はFILESANDFOLDERSです。 |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the object deletion operation completes successfully. |