Apache Ignite.NET
Apache.Ignite.Core.Cache.Configuration.QueryAlias Class Reference

Represents cache query configuration alias. More...

Public Member Functions

 QueryAlias ()
 Initializes a new instance of the QueryAlias class. More...
 
 QueryAlias (string fullName, string alias)
 Initializes a new instance of the QueryAlias class. More...
 

Properties

string FullName [get, set]
 Gets or sets the full name of the query field. More...
 
string Alias [get, set]
 Gets or sets the alias for the full name. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Cache.Configuration.QueryAlias.QueryAlias ( )
Apache.Ignite.Core.Cache.Configuration.QueryAlias.QueryAlias ( string  fullName,
string  alias 
)
Parameters
fullNameThe full name.
aliasThe alias.

Property Documentation

string Apache.Ignite.Core.Cache.Configuration.QueryAlias.Alias
getset
string Apache.Ignite.Core.Cache.Configuration.QueryAlias.FullName
getset