Share via


Query interface

Represents a query with pagination and parameters.

Properties

count

The number of items to retrieve.

parameters

The parameters for the query.

skip

The number of items to skip.

Property Details

count

The number of items to retrieve.

count: number

Property Value

number

parameters

The parameters for the query.

parameters: TParams

Property Value

TParams

skip

The number of items to skip.

skip: number

Property Value

number