top property
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;
The $top
parameter limits the number of records returned by the query.
It is useful for pagination or retrieving a fixed number of results.
final int? top;