Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Java SDK Returned Records Size


jes244 Jul 17, 2013 09:49 PM

Currently, I'm trying to return all of the records in a table using the DataCollectModeAllRecords() and when the on_records(DataCollectTran transaction, List<Record> records) function is called, records.size() is only 18 when I know it should be larger. The function returns true and will continue to be called until all of the records have been retrieved. Why does the function only return 18 records at a time?

Log in or register to post/reply in the forum.