Interface representing options on a getAll request like top or orderBy.

Type Parameters

Hierarchy

Implemented by

Properties

filter: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, any>>

Filter the results based on conditions.

Order the results in, e.g., asc or desc order.

selects: Selectable<EntityT, DeSerializersT>[]

Select a list of fields on the schema property of the entity api.

skip: number

Skip a number of results in the requested set.

top: number

Limit the number of results to the given number.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.