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
If a query takes too long, it will return with partial results, and a continuation header specifying the NextTableName. This allows the queryTables method to get the next batch of entries, but currently that won't work for listTables, because the ListTablesOptions doesn't allow the user to specify that value.
The fix is to add the NextTableName property, and fix up the listTables method to forward that value into its call to queryTables.
Moved from private repository.
If a query takes too long, it will return with partial results, and a continuation header specifying the NextTableName. This allows the queryTables method to get the next batch of entries, but currently that won't work for listTables, because the ListTablesOptions doesn't allow the user to specify that value.
The fix is to add the NextTableName property, and fix up the listTables method to forward that value into its call to queryTables.
Should match behavior for #105.
The text was updated successfully, but these errors were encountered: