Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.6.0, 1.7.0, 1.8.0
-
None
Description
Each OpenStack API has a default page size that can be returned by the service. The page sizes differ between APIs and there should be a way to reflect this in API/provider configuration. The page size is typically used in the list/get related operations.
The opportunity arises to expand this to all APIs that have a default page size by introducing a new constant "PROPERTY_PAGE_SIZE" or "PROPERTY_DEFAULT_PAGE_SIZE" to the org.jclouds.Constants class.