Handle large kusto data in c#

Viewed 51

I am currently working on a C# project, that reads and stores very large amount of records from a kusto table. I am thinking of doing pagination for reading the data. Please suggest some programming techniques to handle(read and store) such huge tables. (Basically I am storing each row as an object).

0 Answers
Related