Class Page1<T>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Defines a page in Azure responses.
public class Page1<T> : IPage<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
Type of the page content items
- Inheritance
-
Page1<T>
- Implements
-
IPage<T>IEnumerable<T>
- Inherited Members
Constructors
Page1()
public Page1()
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.