Optional
limitThe limit for the query, allowing pagination.
Optional
offsetThe offset for the query, allowing pagination.
Optional
orderThe order by clause for the query. The key must be a valid indexed key path for the table and match the where clause key, if provided.
Optional
whereThe where clause for the query.
Interface for a key-value database table query.