CloudFileClient.ListSharesSegmentedAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado. |
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado. |
ListSharesSegmentedAsync(String, FileContinuationToken, CancellationToken) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado. |
ListSharesSegmentedAsync(String, FileContinuationToken) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado. |
ListSharesSegmentedAsync(FileContinuationToken, CancellationToken) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos. |
ListSharesSegmentedAsync(FileContinuationToken) |
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos. |
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
O prefixo do nome do compartilhamento.
- detailsIncluded
- ShareListingDetails
Um valor que indica se é necessário retornar metadados de compartilhamento com a listagem.
Um valor inteiro não negativo que indica o número máximo de resultados a serem retornados no segmento de resultados, até o limite de 5000 por operação. Se esse valor for nulo, o número máximo possível de resultados será retornado, até 5000.
- currentToken
- FileContinuationToken
Um token de continuação retornado por uma operação anterior de listagem.
- 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
- 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
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
O prefixo do nome do compartilhamento.
- detailsIncluded
- ShareListingDetails
Um valor que indica se é necessário retornar metadados de compartilhamento com a listagem.
Um valor inteiro não negativo que indica o número máximo de resultados a serem retornados no segmento de resultados, até o limite de 5000 por operação. Se esse valor for nulo, o número máximo possível de resultados será retornado, até 5000.
- currentToken
- FileContinuationToken
Um token de continuação retornado por uma operação anterior de listagem.
- 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.
Retornos
Um objeto Task<TResult> que representa a operação atual.
- Atributos
Aplica-se a
ListSharesSegmentedAsync(String, FileContinuationToken, CancellationToken)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
O prefixo do nome do compartilhamento.
- currentToken
- FileContinuationToken
Um token de continuação retornado por uma operação anterior de listagem.
- cancellationToken
- 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
ListSharesSegmentedAsync(String, FileContinuationToken)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
O prefixo do nome do compartilhamento.
- currentToken
- FileContinuationToken
Um token de continuação retornado por uma operação anterior de listagem.
Retornos
Um objeto Task<TResult> que representa a operação atual.
- Atributos
Aplica-se a
ListSharesSegmentedAsync(FileContinuationToken, CancellationToken)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
Parâmetros
- currentToken
- FileContinuationToken
Um token FileContinuationToken retornado por uma operação de listagem anterior.
- cancellationToken
- 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
ListSharesSegmentedAsync(FileContinuationToken)
Retorna uma tarefa que executa uma solicitação assíncrona para retornar um segmento de resultado que contém uma coleção de compartilhamentos.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
Parâmetros
- currentToken
- FileContinuationToken
Um token FileContinuationToken retornado por uma operação de listagem anterior.
Retornos
Um objeto Task<TResult> que representa a operação atual.
- Atributos
Aplica-se a
Azure SDK for .NET