FileResultSegment Constructor
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.
Creates in instance of 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)
Parameters
- files
- IEnumerable<IListFileItem>
An enumerable collection of IListFileItem objects.
- continuationToken
- FileContinuationToken
The FileContinuationToken used to retrieve the next segment of IListFileItem results.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET