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

FileResultSegment 构造函数

定义

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

参数

continuationToken
FileContinuationToken

适用于