![]() |
Apache Ignite.NET
|
Text query. More...
Public Member Functions | |
| TextQuery (Type queryType, string text) | |
| Constructor. More... | |
| TextQuery (Type queryType, string text, bool local) | |
| Constructor. More... | |
| TextQuery (string queryType, string text) | |
| Constructor. More... | |
| TextQuery (string queryType, string text, bool local) | |
| Constructor. More... | |
Properties | |
| string | QueryType [get, set] |
| Type. More... | |
| string | Text [get, set] |
| Text. 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 |
| Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery | ( | Type | queryType, |
| string | text | ||
| ) |
| queryType | Type. |
| text | Text. |
| Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery | ( | Type | queryType, |
| string | text, | ||
| bool | local | ||
| ) |
| queryType | Type. |
| text | Text. |
| local | Whether query should be executed locally. |
| Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery | ( | string | queryType, |
| string | text | ||
| ) |
| queryType | Type. |
| text | Text. |
| Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery | ( | string | queryType, |
| string | text, | ||
| bool | local | ||
| ) |
| queryType | Type. |
| text | Text. |
| local | Whether query should be executed locally. |
|
getset |
|
getset |