Sdílet prostřednictvím


IStorageFileManagement.FetchDirectoryAttributesAsync Method

Definition

Overloads

FetchDirectoryAttributesAsync(CloudFileDirectory, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
FetchDirectoryAttributesAsync(CloudFileDirectory, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to fetch attribute of a directory.

FetchDirectoryAttributesAsync(CloudFileDirectory, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

public System.Threading.Tasks.Task FetchDirectoryAttributesAsync (Microsoft.WindowsAzure.Storage.File.CloudFileDirectory directory, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member FetchDirectoryAttributesAsync : Microsoft.WindowsAzure.Storage.File.CloudFileDirectory * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchDirectoryAttributesAsync (directory As CloudFileDirectory, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameters

directory
CloudFileDirectory
accessCondition
AccessCondition
operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Applies to

FetchDirectoryAttributesAsync(CloudFileDirectory, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to fetch attribute of a directory.

public System.Threading.Tasks.Task FetchDirectoryAttributesAsync (Microsoft.Azure.Storage.File.CloudFileDirectory directory, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member FetchDirectoryAttributesAsync : Microsoft.Azure.Storage.File.CloudFileDirectory * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchDirectoryAttributesAsync (directory As CloudFileDirectory, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameters

directory
CloudFileDirectory

Indicating the reference of the directory whose attribute to be fetched.

accessCondition
AccessCondition

A Microsoft.WindowsAzure.Storage.AccessCondition object that represents the access conditions for the share. If null, no condition is used.

options
FileRequestOptions

A Microsoft.Azure.Storage.File.FileRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

A Microsoft.WindowsAzure.Storage.OperationContext object that represents the context for the current operation.

cancellationToken
CancellationToken

A System.Threading.CancellationToken to observe while waiting for a task to complete.

Returns

A System.Threading.Tasks.Task object that represents the current operation.

Applies to