Table of Contents

Class Page<T>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Defines a page in Azure responses.

public class Page<T> : IPage<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

Type of the page content items

Inheritance
Page<T>
Implements
IPage<T>
Inherited Members

Constructors

Page()

public Page()

Properties

Gets the link to the next page.

public string NextPageLink { get; }

Property Value

string

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

A an enumerator that can be used to iterate through the collection.