Coherence.Filters.C_Limit()
Signature
Object C_Limit(Object filter, int pageSize)
Domain
action, condition, query
Description
Filter which truncates the results of another filter. This filter is a mutable object that is modified by the query processor.
Clients are supposed to hold a reference to this filter and repetitively pass it to query methods with a desired page size (expressed as a number of entries per page).
Parameters
Name | Type | Description |
filter | Object | Filter used to truncate the results returned by another filter |
pageSize | int | Number of entries per page |
Returns
Type | Description |
Object | ValueExtractor object |