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.
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)
Parameters
- files
- IEnumerable<IListFileItem>
- continuationToken
- FileContinuationToken