C# Класс FileStorage.Advanced

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task

Test some of the file storage operations.

Приватные методы

Метод Описание
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

Описание методов

RunFileStorageAdvancedOpsAsync() публичный Метод

Test some of the file storage operations.
public RunFileStorageAdvancedOpsAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task