Apache Ignite.NET
Apache.Ignite.Core.Cache.Query.ScanQuery< TK, TV > Class Template Reference

Scan query over cache entries. Will accept all the entries if no predicate was set. More...

Inheritance diagram for Apache.Ignite.Core.Cache.Query.ScanQuery< TK, TV >:
Apache.Ignite.Core.Cache.Query.QueryBase

Public Member Functions

 ScanQuery (ICacheEntryFilter< TK, TV > filter=null)
 Initializes a new instance of the ScanQuery<K, V> class. More...
 

Properties

ICacheEntryFilter< TK, TV > Filter [get, set]
 Gets or sets the predicate. More...
 
int Partition [get, set]
 Gets or sets partition number over which this query should iterate. If null, query will iterate over all partitions in the cache. Must be in the range [0, N) where N is partition number in the cache. More...
 
- Properties inherited from Apache.Ignite.Core.Cache.Query.QueryBase
bool Local [get, set]
 Local flag. When set query will be executed only on local node, so only local entries will be returned as query result. More...
 
int PageSize [get, set]
 Optional page size. If set to 0, then CacheQueryConfiguration.pageSize is used. More...
 

Additional Inherited Members

- Public Attributes inherited from Apache.Ignite.Core.Cache.Query.QueryBase
const int DfltPageSize = 1024
 Default page size. More...
 

Detailed Description

Constructor & Destructor Documentation

Parameters
filterThe filter.

Property Documentation

int Apache.Ignite.Core.Cache.Query.ScanQuery< TK, TV >.Partition
getset