IQueryResultEnumerable<T> Interface

Definition

The IQueryResultEnumerable{T} interface provides extra details returned with response e.g. total count and next link

public interface IQueryResultEnumerable<out T> : System.Collections.Generic.IEnumerable<out T>
Type Parameters
T
Derived
Implements

Properties

NextLink

Gets the link to next page of result that is returned in response headers.

TotalCount

Gets the total count for all the records that would have been returned ignoring any take paging/limit clause specified by client or server.