InvalidCloudFileDirectory.ListFilesAndDirectoriesSegmentedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
public override 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);
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 Overrides Function ListFilesAndDirectoriesSegmentedAsync (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameters
- currentToken
- FileContinuationToken
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Returns
Applies to
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
override this.ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overrides Function ListFilesAndDirectoriesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of FileResultSegment)
Parameters
- currentToken
- FileContinuationToken
Returns
Applies to
ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken, CancellationToken)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
override this.ListFilesAndDirectoriesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overrides Function ListFilesAndDirectoriesSegmentedAsync (currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameters
- currentToken
- FileContinuationToken
- cancellationToken
- CancellationToken
Returns
Applies to
ListFilesAndDirectoriesSegmentedAsync(String, FileContinuationToken, CancellationToken)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
override this.ListFilesAndDirectoriesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.FileResultSegment>
Public Overrides Function ListFilesAndDirectoriesSegmentedAsync (prefix As String, currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of FileResultSegment)
Parameters
- prefix
- String
- currentToken
- FileContinuationToken
- cancellationToken
- CancellationToken
Returns
Applies to
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
public override 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);
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 Overrides Function ListFilesAndDirectoriesSegmentedAsync (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of FileResultSegment)
Parameters
- currentToken
- FileContinuationToken
- options
- FileRequestOptions
- operationContext
- OperationContext
Returns
Applies to
ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
public override 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);
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 Overrides 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)
Parameters
- prefix
- String
- currentToken
- FileContinuationToken
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken