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

FileResultSegment 构造函数

定义

在 FileResultSegment 的实例中创建 。

public FileResultSegment(System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.File.IListFileItem> files, Microsoft.Azure.Storage.File.FileContinuationToken continuationToken);
new Microsoft.Azure.Storage.File.FileResultSegment : seq<Microsoft.Azure.Storage.File.IListFileItem> * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.FileResultSegment
Public Sub New (files As IEnumerable(Of IListFileItem), continuationToken As FileContinuationToken)

参数

files
IEnumerable<IListFileItem>

IListFileItem 对象的可枚举集合。

continuationToken
FileContinuationToken

FileContinuationToken用于检索结果的下一段的 IListFileItem

适用于