C# Class FileStorage.Advanced

Show file Open project: Azure-Samples/storage-file-dotnet-getting-started Class Usage Examples

Public Methods

Method Description
RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task

Test some of the file storage operations.

Private Methods

Method Description
CorsSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient fileClient ) : System.Threading.Tasks.Task

Query the Cross-Origin Resource Sharing (CORS) rules for the File service

DirectoryMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share metadata

DirectoryPropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Get directory properties

FileMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage file metadata

FilePropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage file properties

ListSharesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task
ShareMetadataSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share metadata

SharePropertiesSample ( Microsoft.WindowsAzure.Storage.File.CloudFileClient cloudFileClient ) : System.Threading.Tasks.Task

Manage share properties

Method Details

RunFileStorageAdvancedOpsAsync() public method

Test some of the file storage operations.
public RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task