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
A new configuration and query option MaxResults has been added (since 0.38.0), this value specifies the max number of results that can be returned for a query.
There could be more potential results to return than that specified by the MaxResults value - should MaxResults default to int.MaxValue instead of 5000, and then throw an exception if TotalItemCount > MaxResults.
The text was updated successfully, but these errors were encountered:
A new configuration and query option MaxResults has been added (since 0.38.0), this value specifies the max number of results that can be returned for a query.
There could be more potential results to return than that specified by the MaxResults value - should MaxResults default to int.MaxValue instead of 5000, and then throw an exception if TotalItemCount > MaxResults.
The text was updated successfully, but these errors were encountered: