skip property

int? skip
final

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;