Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The LimitFilter type exposes the following members.

Properties

  NameDescription
BottomAnchor
Gets or sets the bottom anchor object, which is the last value object on the current page.
Comparer
Gets or sets the IComparer used to partition the entry values into pages.
Cookie
Gets or sets the cookie object.
Filter
Gets the IFilter whose results are truncated by this filter.
Page
Gets or sets current page number (zero-based).
PageSize
Gets or sets the page size (expressed as a number of entries per page).
TopAnchor
Gets or sets the top anchor object, which is the last value object on a previous page.

See Also