RenameObject
Renames a file or folder in Azure Data Lake Storage by specifying the current path and the new target name.
Input
| Name | Type | Description |
| Path | String | Mandatory. The full path of the Azure Data Lake Storage file or folder to rename. |
| RenameTo | String | Mandatory. The new name to assign to the file or folder. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the rename operation completed successfully. |