Freigeben über


FileResultSegment Konstruktor

Definition

Erstellt in instance von 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)

Parameter

files
IEnumerable<IListFileItem>

Eine aufzählbare Sammlung von IListFileItem-Objekten.

continuationToken
FileContinuationToken

Der FileContinuationToken , der zum Abrufen des nächsten Ergebnissegments IListFileItem verwendet wird.

Gilt für: