CloudFileDirectory.ListFilesAndDirectoriesSegmentedAsync メソッド

定義

オーバーロード

ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken)
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)

ListFilesAndDirectoriesSegmentedAsync(FileContinuationToken)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of FileResultSegment)

パラメーター

currentToken
FileContinuationToken

戻り値

属性

適用対象

ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.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)

パラメーター

maxResults
Nullable<Int32>
currentToken
FileContinuationToken
operationContext
OperationContext

戻り値

属性

適用対象

ListFilesAndDirectoriesSegmentedAsync(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.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)

パラメーター

maxResults
Nullable<Int32>
currentToken
FileContinuationToken
operationContext
OperationContext
cancellationToken
CancellationToken

戻り値

属性

適用対象

ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (string prefix, int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : string * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : string * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
Public Overridable Function ListFilesAndDirectoriesSegmentedAsync (prefix As String, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of FileResultSegment)

パラメーター

prefix
String
maxResults
Nullable<Int32>
currentToken
FileContinuationToken
operationContext
OperationContext

戻り値

属性

適用対象

ListFilesAndDirectoriesSegmentedAsync(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment> ListFilesAndDirectoriesSegmentedAsync (string prefix, int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmentedAsync : string * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.FileResultSegment>
override this.ListFilesAndDirectoriesSegmentedAsync : string * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.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)

パラメーター

prefix
String
maxResults
Nullable<Int32>
currentToken
FileContinuationToken
operationContext
OperationContext
cancellationToken
CancellationToken

戻り値

属性

適用対象