Table of Contents

Interface ITruncatedCollection

Namespace
System.Web.Http.OData.Query
Assembly
System.Web.Http.OData.dll

Represents a collection that is truncated to a given page size.

public interface ITruncatedCollection : IEnumerable
Inherited Members

Properties

IsTruncated

Gets a value representing if the collection is truncated or not.

bool IsTruncated { get; }

Property Value

bool

PageSize

Gets the page size the collection is truncated to.

int PageSize { get; }

Property Value

int