Class Page<T>
- 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>IEnumerable<T>
- Inherited Members
Constructors
Page()
public Page()
Properties
NextPageLink
Gets the link to the next page.
public string NextPageLink { get; }
Property Value
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.