Class QueryIndexField
Represents an indexed field.
Inherited Members
Namespace: Apache.Ignite.Core.Cache.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public class QueryIndexField
Constructors
QueryIndexField()
Initializes a new instance of the QueryIndexField class.
Declaration
public QueryIndexField()
QueryIndexField(string)
Initializes a new instance of the QueryIndexField class.
Declaration
public QueryIndexField(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
QueryIndexField(string, bool)
Initializes a new instance of the QueryIndexField class.
Declaration
public QueryIndexField(string name, bool isDescending)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| bool | isDescending | Sort direction. |
Properties
IsDescending
Gets a value indicating whether this index is descending. Default is false.
Declaration
public bool IsDescending { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets the name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |