limit property
The limit to use for the query.
This equates to the LIMIT clause in SQL. A limit of 0 will be treated as not enabled.
Implementation
core.String? limit;
The limit to use for the query.
This equates to the LIMIT clause in SQL. A limit of 0 will be treated as not enabled.
core.String? limit;