Base class for all Ignite cache entry queries.
More...
|
| 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...
|
| |
| const int Apache.Ignite.Core.Cache.Query.QueryBase.DfltPageSize = 1024 |
| bool Apache.Ignite.Core.Cache.Query.QueryBase.Local |
|
getset |
| int Apache.Ignite.Core.Cache.Query.QueryBase.PageSize |
|
getset |