C# (CSharp) FileStorage Namespace

Nested Namespaces

FileStorage.Logger

Classes

Name Description
Advanced
Common
GettingStarted
Program Azure Storage File Sample - Demonstrate how to use the File Storage service. Note: This sample uses the .NET 4.5 asynchronous programming model to demonstrate how to call the Storage Service using the storage client libraries asynchronous APIs. When used in real applications this approach enables you to improve the responsiveness of your application. Calls to the storage service are prefixed by the await keyword. Documentation References: - What is a Storage Account - http://azure.microsoft.com/en-us/documentation/articles/storage-whatis-account/ - Getting Started with Files - http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx - How to use Azure File Storage - http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-files/ - File Service Concepts - http://msdn.microsoft.com/en-us/library/dn166972.aspx - File Service REST API - http://msdn.microsoft.com/en-us/library/dn167006.aspx - File Service C# API - http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.storage.file.aspx - Asynchronous Programming with Async and Await - http://msdn.microsoft.com/en-us/library/hh191443.aspx