Class QueryAlias
Represents cache query configuration alias.
Inherited Members
Namespace: Apache.Ignite.Core.Cache.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public class QueryAlias
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 |
|---|---|---|
| string | fullName | The full name. |
| 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 |
|---|---|
| string |
FullName
Gets or sets the full name of the query field.
Declaration
public string FullName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |