You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add an additional Integer parameter to allow setting of the batch size. In order to not break backward compatibility a new public QueryResult query method that can override the existing method should be added.
The existing getForObject method used does not support setting headers. This should be changed to an exchange method.
The header that should be added when setting the batchSize is Sforce-Query-Options the value of the header should be batchSize=
The default size is 2000. This is also the max. The minimum size is 200.
Hello,
It would be very nice to have opportunity to specify batchSize
https://help.salesforce.com/articleView?id=000323582&language=en_US&type=1&mode=1
Thanks ahead
The text was updated successfully, but these errors were encountered: