Compartir a través de


CloudFileClient.ListSharesSegmented Método

Definición

Sobrecargas

ListSharesSegmented(FileContinuationToken)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos.

ListSharesSegmented(String, FileContinuationToken)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos.

ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos cuyos nombres comienzan con el prefijo especificado.

ListSharesSegmented(FileContinuationToken)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos.

[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

Un token FileContinuationToken que ha devuelto una operación de lista anterior.

Devoluciones

Un segmento de resultados de recursos compartidos.

Atributos

Se aplica a

ListSharesSegmented(String, FileContinuationToken)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos.

[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

El prefijo del nombre del recurso compartido.

currentToken
FileContinuationToken

Token de continuación devuelto por una operación de lista anterior.

Devoluciones

Un segmento de resultados de recursos compartidos.

Atributos

Se aplica a

ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

Devuelve un segmento de resultados que contiene una colección de recursos compartidos cuyos nombres comienzan con el prefijo 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

El prefijo del nombre del recurso compartido.

detailsIncluded
ShareListingDetails

Un valor que indica si se deben devolver los metadatos del recurso compartido con la lista.

maxResults
Nullable<Int32>

Valor entero no negativo que indica el número máximo de resultados que se van a devolver en el segmento de resultados, hasta el límite de 5000 por operación. Si este valor es null, se devolverá el número máximo posible de resultados, hasta 5000.

currentToken
FileContinuationToken

Token de continuación devuelto por una operación de lista anterior.

options
FileRequestOptions

Objeto FileRequestOptions que especifica opciones adicionales para la solicitud.

operationContext
OperationContext

Objeto OperationContext que representa el contexto para la operación actual.

Devoluciones

Un segmento de resultados de recursos compartidos.

Atributos

Se aplica a