Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

This sample .Net application shows you how to use the .Net SDK to do async file operations to Azure Data Lake Store, get the content summary. It also shows a test for token refresh.

License

Notifications You must be signed in to change notification settings

Azure-Samples/data-lake-store-adls-dot-net-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.
data-lake-store-adls-dot-net-samples

Azure Data Lake Storage Gen1 .NET: Additional Samples

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

  • Acquire an Azure ActiveDirectory OAuth token (ServiceClientCredential) using username and password.
  • Acquire an Azure ActiveDirectory OAuth token (ServiceClientCredential) using client id and client secret.
  • Create client using the account path and Azure ActiveDirectory OAuth token.
  • Get a write stream, write a file on store and do flush.
  • Get a read stream, perform seek to a particular offset and read from the offset.
  • Concatenate two files.
  • Use async operations to create a sample hiererchial directory tree on store and then get the content summary.
  • Illustrate token refresh.
  • Illustrate Bulk upload and download
  • Illustrate recursive acl processor
  • Illustrate recursive acl and disk usage dump

About

This sample .Net application shows you how to use the .Net SDK to do async file operations to Azure Data Lake Store, get the content summary. It also shows a test for token refresh.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages