Apache Ignite.NET
Apache.Ignite.Core.Cache.Query.TextQuery Class Reference

Text query. More...

Inheritance diagram for Apache.Ignite.Core.Cache.Query.TextQuery:
Apache.Ignite.Core.Cache.Query.QueryBase

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
 Default page size. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery ( Type  queryType,
string  text 
)
Parameters
queryTypeType.
textText.
Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery ( Type  queryType,
string  text,
bool  local 
)
Parameters
queryTypeType.
textText.
localWhether query should be executed locally.
Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery ( string  queryType,
string  text 
)
Parameters
queryTypeType.
textText.
Apache.Ignite.Core.Cache.Query.TextQuery.TextQuery ( string  queryType,
string  text,
bool  local 
)
Parameters
queryTypeType.
textText.
localWhether query should be executed locally.

Property Documentation

string Apache.Ignite.Core.Cache.Query.TextQuery.QueryType
getset
string Apache.Ignite.Core.Cache.Query.TextQuery.Text
getset