Share via


CloudFile.ListHandlesSegmentedAsync Método

Definição

Retorna uma tarefa que executa uma operação assíncrona para abrir os identificadores SMB nesse arquivo.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileHandleResultSegment> ListHandlesSegmentedAsync (Microsoft.Azure.Storage.File.FileContinuationToken token = default, int? maxResults = default, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default, System.Threading.CancellationToken? cancellationToken = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListHandlesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<int> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * Nullable<System.Threading.CancellationToken> -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileHandleResultSegment>
override this.ListHandlesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<int> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * Nullable<System.Threading.CancellationToken> -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileHandleResultSegment>
Public Overridable Function ListHandlesSegmentedAsync (Optional token As FileContinuationToken = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing, Optional cancellationToken As Nullable(Of CancellationToken) = Nothing) As Task(Of FileHandleResultSegment)

Parâmetros

token
FileContinuationToken

Token de continuação para resultados paginados.

maxResults
Nullable<Int32>

O número máximo de resultados a serem retornados pelo servidor.

accessCondition
AccessCondition

Um objeto AccessCondition que representa condições de acesso do arquivo. Se for null, nenhuma condição é usada.

options
FileRequestOptions

Um objeto FileRequestOptions que especifica opções adicionais para a solicitação.

operationContext
OperationContext

Um objeto OperationContext que representa o contexto da operação atual.

cancellationToken
Nullable<CancellationToken>

Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.

Retornos

Um objeto Task<TResult> que representa a operação atual.

Atributos

Aplica-se a