The persistent identity (PID) of the REST Paging Service configuration is com.prosyst.mbs.impl.services.rest.pagination.CollectionPageServiceConfiguration.
Configuration Property |
Default Value |
Description |
|---|---|---|
maxAccessorAge |
1200 |
Maximum age of Page Accessor in seconds. Changing will affect the current cached Page Accessors. |
maxCachedAccessors |
10 |
Maximum count of cached Page Accessors. Changing will affect the current cached Page Accessors. |
refreshOnGet |
– |
Refresh the age of a Page Accessor when it is looked up through the service. |
removePageAccessorOnLastReadPage |
– |
Remove the Page Accessor if the last page in the stored snapshot of elements has been read. |