Create File From Azure Data Lake Store .NET SDK

折月煮酒 提交于 2019-12-12 20:50:24

问题


I can't find any refrence in documentation about that. My question is simple, how to create file in data lake store from .net sdk ( for example create test.csv in path /Test/test.csv ). Is there any way to do this, or moreover create file from byte or string content ( some other upload parameter class which first argument is not path to source file, but content which i want send to data lake store ).


回答1:


Here is the reference article that explains how to create a file: FileSystemOperationsExtensions.Create Method

If you have not already seen it, this is a good starting point on the .NET SDK: https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-net-sdk



来源:https://stackoverflow.com/questions/43307129/create-file-from-azure-data-lake-store-net-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!