IPagingPredicate Interface
Namespace: Hazelcast.Query
Assembly: Hazelcast.Net.dll
Defines a paging predicate.
public interface IPagingPredicate : IPredicate
Properties
Page | Gets or sets the current page index |
PageSize | Gets the page size of each iteration. |
Methods
NextPage() | Moves to the next page. |
PreviousPage() | Moves to the previous page. |
Reset() | Resets the predicate for re-use. |