ShareResultSegment Constructor

Definition

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.

Applies to