C# Класс Microsoft.WindowsAzure.Commands.Storage.Model.Contract.StorageFileManagement

File management
Наследование: IStorageFileManagement
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
AbortCopyAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, string copyId, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
CreateDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
CreateShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteFileAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DeleteShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
DirectoryExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
EnumerateFilesAndDirectoriesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
EnumerateSharesAsync ( string prefix, ShareListingDetails detailsIncluded, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchDirectoryAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchFileAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FetchShareAttributes ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
FetchShareAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
FileExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
GetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : Microsoft.WindowsAzure.Storage.File.FileSharePermissions
GetSharePermissionsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
GetShareReference ( string shareName ) : Microsoft.WindowsAzure.Storage.File.CloudFileShare
SetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.File.FileSharePermissions permissions, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void
SetShareProperties ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
StorageFileManagement ( AzureStorageContext context ) : Microsoft.WindowsAzure.Commands.Common.Storage

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

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

public AbortCopyAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, string copyId, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
copyId string
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
requestOptions FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public CreateDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public CreateShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public DeleteDirectoryAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public DeleteFileAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public DeleteShareAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public DirectoryExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public EnumerateFilesAndDirectoriesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
enumerationAction Action
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
Результат Task

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

public EnumerateSharesAsync ( string prefix, ShareListingDetails detailsIncluded, Action enumerationAction, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
prefix string
detailsIncluded ShareListingDetails
enumerationAction Action
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
Результат Task

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

public FetchDirectoryAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
directory Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
Результат Task

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

public FetchFileAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
Результат Task

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

public FetchShareAttributes ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
Результат void

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

public FetchShareAttributesAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken token ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
token System.Threading.CancellationToken
Результат Task

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

public FileExistsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFile file, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
file Microsoft.WindowsAzure.Storage.File.CloudFile
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public GetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : Microsoft.WindowsAzure.Storage.File.FileSharePermissions
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
Результат Microsoft.WindowsAzure.Storage.File.FileSharePermissions

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

public GetSharePermissionsAsync ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, CancellationToken cancellationToken ) : Task
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
cancellationToken System.Threading.CancellationToken
Результат Task

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

public GetShareReference ( string shareName ) : Microsoft.WindowsAzure.Storage.File.CloudFileShare
shareName string
Результат Microsoft.WindowsAzure.Storage.File.CloudFileShare

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

public SetSharePermissions ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.File.FileSharePermissions permissions, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition = null, FileRequestOptions options = null, Microsoft.WindowsAzure.Storage.OperationContext operationContext = null ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
permissions Microsoft.WindowsAzure.Storage.File.FileSharePermissions
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
Результат void

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

public SetShareProperties ( Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
share Microsoft.WindowsAzure.Storage.File.CloudFileShare
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition
options FileRequestOptions
operationContext Microsoft.WindowsAzure.Storage.OperationContext
Результат void

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

public StorageFileManagement ( AzureStorageContext context ) : Microsoft.WindowsAzure.Commands.Common.Storage
context Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
Результат Microsoft.WindowsAzure.Commands.Common.Storage