Search Results for

    Show / Hide Table of Contents

    Class TextQuery

    Text query.

    Inheritance
    System.Object
    QueryBase
    TextQuery
    Inherited Members
    QueryBase.DefaultPageSize
    QueryBase.Local
    QueryBase.PageSize
    Namespace: Apache.Ignite.Core.Cache.Query
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class TextQuery : QueryBase, IQueryBaseInternal

    Constructors

    TextQuery(String, String)

    Constructor.

    Declaration
    public TextQuery(string queryType, string text)
    Parameters
    Type Name Description
    System.String queryType

    Type.

    System.String text

    Text.

    TextQuery(String, String, Boolean)

    Constructor.

    Declaration
    public TextQuery(string queryType, string text, bool local)
    Parameters
    Type Name Description
    System.String queryType

    Type.

    System.String text

    Text.

    System.Boolean local

    Whether query should be executed locally.

    TextQuery(Type, String)

    Constructor.

    Declaration
    public TextQuery(Type queryType, string text)
    Parameters
    Type Name Description
    Type queryType

    Type.

    System.String text

    Text.

    TextQuery(Type, String, Boolean)

    Constructor.

    Declaration
    public TextQuery(Type queryType, string text, bool local)
    Parameters
    Type Name Description
    Type queryType

    Type.

    System.String text

    Text.

    System.Boolean local

    Whether query should be executed locally.

    Properties

    QueryType

    Type.

    Declaration
    public string QueryType { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation