How can I set x-ms-max-item-count
from java sdk?
is there an option to set page size to retrieve documents? currently it is limited to 100, i would like to increase it to 1000? how can i do it through the java SDK?
I am using ReactiveCosmosTemplate
and have a bean of CosmosClientBuilder
that I configure connection and consistency level.
But I cant find the max-item-count for a query. 100 batches is very small for me, I need to increase it. How can I do that?
I couldnt find it anywhere.