top property

int? top
final

The $top parameter limits the number of records returned by the query. It is useful for pagination or retrieving a fixed number of results.

Implementation

final int? top;