![]() |
Apache Ignite.NET
|
Query result cursor. Can be processed either in iterative mode, or by taking all entries using IQueryCursor<T>.GetAll() method. More...
Public Member Functions | |
| IList< T > | GetAll () |
| Gets all query results. Use this method when you know in advance that query result is relatively small and will not cause memory utilization issues. More... | |
Note that you get enumerator or call GetAll() method only once during cursor lifetime. Any further attempts to get enumerator or all entries will result in exception.
| IList<T> Apache.Ignite.Core.Cache.Query.IQueryCursor< T >.GetAll | ( | ) |