Skip to content

This sample .Net application shows you how to use the .Net SDK to read and write files to Azure Data Lake Store, and do other filesystem operations.

License

Notifications You must be signed in to change notification settings

Azure-Samples/data-lake-store-adls-dot-net-get-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_type languages products description urlFragment
sample
csharp
azure
This sample demonstrates how to interact with the Azure Data Lake Storage Gen1 service using the .NET SDK.
get-started-net-azure-data-lake

Azure Data Lake Storage Gen1 .NET: Getting Started

This sample demonstrates how to interact with the Azure Data Lake Storage Gen1 service using the .NET SDK. The sample walks through following main steps:

  • Acquire an Azure ActiveDirectory OAuth token (ServiceClientCredential)
  • Create a Data Lake Storage Gen1 client object using the account path and OAuth token instance.
  • Use the methods on the client object to interact with the store.
  • Get a write stream and write a file on store.
  • Get a read stream and read the file from store.
  • Rename file.
  • Enumerate directories and delete directories recursively.

About

This sample .Net application shows you how to use the .Net SDK to read and write files to Azure Data Lake Store, and do other filesystem operations.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages