ADO.NET Provider for Azure Data Lake Storage

Build 24.0.8963

UploadFile

Upload a File. Path and FilePath are required for a successful operation.

Input

Name Type Accepts Input Streams Description
Path String False Set this to the path of the file where it will be uploaded.
FilePath String False Set this to the path of the file which will be uploaded. Example: C:/Users/User/Desktop/SampleUploadtest.txt. This parameter takes priority over others.
Content String True The content as an InputStream which will be written to the newly created file. This parameter takes priority over FileContent parameter.
FileContent String False Base64 encoded content of the file to be added.

Result Set Columns

Name Type Description
Success Boolean Whether the operation completed successfully or not.

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