Search Results for

    Show / Hide Table of Contents

    Class QueryAlias

    Represents cache query configuration alias.

    Inheritance
    System.Object
    QueryAlias
    Namespace: Apache.Ignite.Core.Cache.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class QueryAlias : object

    Constructors

    QueryAlias()

    Initializes a new instance of the QueryAlias class.

    Declaration
    public QueryAlias()

    QueryAlias(String, String)

    Initializes a new instance of the QueryAlias class.

    Declaration
    public QueryAlias(string fullName, string alias)
    Parameters
    Type Name Description
    System.String fullName

    The full name.

    System.String alias

    The alias.

    Properties

    Alias

    Gets or sets the alias for the full name.

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

    FullName

    Gets or sets the full name of the query field.

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