CloudFileClient.ListSharesSegmented 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
ListSharesSegmented(FileContinuationToken) |
Retorna um segmento de resultado que contém uma coleção de compartilhamentos. |
ListSharesSegmented(String, FileContinuationToken) |
Retorna um segmento de resultado que contém uma coleção de compartilhamentos. |
ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext) |
Retorna um segmento de resultado que contém uma coleção de compartilhamentos cujos nomes começam com o prefixo especificado. |
ListSharesSegmented(FileContinuationToken)
Retorna um segmento de resultado que contém uma coleção de compartilhamentos.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (currentToken As FileContinuationToken) As ShareResultSegment
Parâmetros
- currentToken
- FileContinuationToken
Um token FileContinuationToken retornado por uma operação de listagem anterior.
Retornos
Um segmento de resultado de compartilhamentos.
- Atributos
Aplica-se a
ListSharesSegmented(String, FileContinuationToken)
Retorna um segmento de resultado que contém uma coleção de compartilhamentos.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (prefix As String, currentToken As FileContinuationToken) As 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 segmento de resultado de compartilhamentos.
- Atributos
Aplica-se a
ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
Retorna 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 Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As 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 segmento de resultado de compartilhamentos.
- Atributos
Aplica-se a
Azure SDK for .NET