Share via


PageResult Class

Definition

Represents a feed of entities that includes additional information that OData formats support.

[System.Runtime.Serialization.DataContract]
public abstract class PageResult
[<System.Runtime.Serialization.DataContract>]
type PageResult = class
Public MustInherit Class PageResult
Inheritance
PageResult
Derived
Attributes

Remarks

Currently limited to:

  • The Count of all matching entities on the server (requested using $count=true).
  • The NextLink to retrieve the next page of results (added if the server enforces Server Driven Paging).

Constructors

PageResult(Uri, Nullable<Int64>)

Initializes a new instance of the PageResult class.

Properties

Count

Gets the total count of items in the feed.

NextPageLink

Gets the link for the next page of items in the feed.

Applies to