JDBC Driver for Azure Data Lake Storage

Build 23.0.8839

DeleteObject

Delete a file or a folder. Path is required for a successful operation.

Input

Name Type Description
Path String The path of the file or folder to be deleted.
Recursive Boolean Set this to true to delete a folder with all of it content.

デフォルト値はfalseです。

DeleteType String Set this to FILESANDFOLDERS to delete the file or folder specified in the Path parameter. Set this to FILES to delete only the files inside the folder specified in the Path parameter.

使用できる値は次のとおりです。FILES, FILESANDFOLDERS

デフォルト値はFILESANDFOLDERSです。

Result Set Columns

Name Type Description
Success String Determines if the operation was successful or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839