OptionallimitThe limit for the query, allowing pagination.
OptionaloffsetThe offset for the query, allowing pagination.
OptionalorderThe 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.
OptionalwhereThe where clause for the query.
Interface for a key-value database table query.