ContainerResultSegment Class

Definition

Represents a segment of CloudBlobContainer results and contains continuation and pagination information.

public class ContainerResultSegment
type ContainerResultSegment = class
Public Class ContainerResultSegment
Inheritance
ContainerResultSegment

Constructors

ContainerResultSegment(IEnumerable<CloudBlobContainer>, BlobContinuationToken)

Creates a new instance of ContainerResultSegment.

Properties

ContinuationToken

Gets the continuation token used to retrieve the next segment of CloudBlobContainer results.

Results

Gets an enumerable collection of CloudBlobContainer results.

Applies to