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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET