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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET