BlobResultSegment Class

Definition

Represents a segment of IListBlobItem results, with continuation information for pagination scenarios.

public class BlobResultSegment
type BlobResultSegment = class
Public Class BlobResultSegment
Inheritance
BlobResultSegment

Constructors

BlobResultSegment(IEnumerable<IListBlobItem>, BlobContinuationToken)

Creates a new instance of a BlobResultSegment.

Properties

ContinuationToken

Gets the continuation token used to retrieve the next segment of IListBlobItem results. Returns null if there are no more results.

Results

Gets an enumerable collection of IListBlobItem results.

Applies to