你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudFileDirectory.ListFilesAndDirectoriesSegmented 方法

定义

重载

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

返回包含共享中文件项集合的结果段。

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

返回包含共享中文件项集合的结果段。

ListFilesAndDirectoriesSegmented(FileContinuationToken)

返回包含共享中文件项集合的结果段。

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

返回包含共享中文件项集合的结果段。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.FileResultSegment ListFilesAndDirectoriesSegmented (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 ListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.FileResultSegment
override this.ListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.FileResultSegment
Public Overridable Function ListFilesAndDirectoriesSegmented (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As FileResultSegment

参数

maxResults
Nullable<Int32>

一个非负整数值,指示一次最多返回的结果的数目,最大限制为每操作 5000。 如果此值为 null,则返回的最大可能结果数,最多为 5000。

currentToken
FileContinuationToken

上一操作返回的继续标记。

options
FileRequestOptions

一个 FileRequestOptions 对象,它指定请求的其他选项。

operationContext
OperationContext

一个 OperationContext 对象,它一个表示当前操作的上下文。

返回

一个结果段,其中包含实现 IListFileItem 的对象。

属性

适用于

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

返回包含共享中文件项集合的结果段。

[Microsoft.Azure.Storage.DoesServiceRequest]
public Microsoft.Azure.Storage.File.FileResultSegment ListFilesAndDirectoriesSegmented (string prefix, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.ListFilesAndDirectoriesSegmented : string * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.FileResultSegment
Public Function ListFilesAndDirectoriesSegmented (prefix As String, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As FileResultSegment

参数

prefix
String

包含文件或目录名称前缀的字符串。

maxResults
Nullable<Int32>

一个非负整数值,指示一次最多返回的结果的数目,最大限制为每操作 5000。 如果此值为 null,则返回的最大可能结果数,最多为 5000。

currentToken
FileContinuationToken

上一操作返回的继续标记。

options
FileRequestOptions

一个 FileRequestOptions 对象,它指定请求的其他选项。

operationContext
OperationContext

一个 OperationContext 对象,它一个表示当前操作的上下文。

返回

一个结果段,其中包含实现 IListFileItem 的对象。

属性

适用于

ListFilesAndDirectoriesSegmented(FileContinuationToken)

返回包含共享中文件项集合的结果段。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.FileResultSegment ListFilesAndDirectoriesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.FileResultSegment
override this.ListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.FileResultSegment
Public Overridable Function ListFilesAndDirectoriesSegmented (currentToken As FileContinuationToken) As FileResultSegment

参数

currentToken
FileContinuationToken

上一操作返回的继续标记。

返回

一个结果段,其中包含实现 IListFileItem 的对象。

属性

适用于