skip property
The $skip
parameter is used to skip a specified number of records from the result set.
It is useful for implementing pagination alongside $top
.
Implementation
final int? skip;
The $skip
parameter is used to skip a specified number of records from the result set.
It is useful for implementing pagination alongside $top
.
final int? skip;