Interface: NormalizedQuery

QuickNav

Fields

NormalizedQuery

Interface for normalized query structure. Various REST endpoints support different syntax for querying resources. Normalizing the query syntax enables Oracle Persistence Toolkit to perform certain functionalities including client side shredded data cleanup.

Fields

limit :number

The number of rows to be requested from the current query. Can be -1 or any integer. -1 indicates no limit.

offset :int

The offset to be requested from the current query.

searchCriteria :object

The search criteria to be included in the current query.