2
votes

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

1 Answers

2
votes

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