CloudFileDirectory.ListFilesAndDirectoriesSegmentedAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken, CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(String, FileContinuationToken, CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält. |
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of FileResultSegment)
Parameter
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken, CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameter
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
ListFilesAndDirectoriesSegmentedAsync(String, FileContinuationToken, CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (prefix As String, currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameter
- prefix
- String
Eine Zeichenfolge, die das Datei- oder Verzeichnisnamenpräfix enthält.
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(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 ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of FileResultSegment)
Parameter
Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null
ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(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 ListFilesAndDirectoriesSegmentedAsync : 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.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : 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.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameter
Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null
ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Dateielementen in der Freigabe enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync(string prefix, 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 ListFilesAndDirectoriesSegmentedAsync : string * 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.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : string * 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.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (prefix As String, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameter
- prefix
- String
Eine Zeichenfolge, die das Datei- oder Verzeichnisnamenpräfix enthält.
Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null
ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.
- currentToken
- FileContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET