ShareResultSegment 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 an instance of ShareResultSegment.
public ShareResultSegment (System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.File.CloudFileShare> shares, Microsoft.Azure.Storage.File.FileContinuationToken continuationToken);
new Microsoft.Azure.Storage.File.ShareResultSegment : seq<Microsoft.Azure.Storage.File.CloudFileShare> * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Sub New (shares As IEnumerable(Of CloudFileShare), continuationToken As FileContinuationToken)
Parameters
- shares
- IEnumerable<CloudFileShare>
An enumerable collection of CloudFileShare objects.
- continuationToken
- FileContinuationToken
The FileContinuationToken used to retrieve the next segment of CloudFileShare results.