fetchSize

abstract fun fetchSize(fetchSize: Int): KueryClient.FetchSpec(source)

Sets the fetch size (the number of rows fetched from the database at a time) to use when executing this query.

Return

a new FetchSpec with the given fetch size applied