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

Represents an indexed field. More...

Public Member Functions

 QueryIndexField ()
 Initializes a new instance of the QueryIndexField class. More...
 
 QueryIndexField (string name)
 Initializes a new instance of the QueryIndexField class. More...
 
 QueryIndexField (string name, bool isDescending)
 Initializes a new instance of the QueryIndexField class. More...
 

Properties

string Name [get, set]
 Gets the name. More...
 
bool IsDescending [get, set]
 Gets a value indicating whether this index is descending. Default is false. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Cache.Configuration.QueryIndexField.QueryIndexField ( )
Apache.Ignite.Core.Cache.Configuration.QueryIndexField.QueryIndexField ( string  name)
Parameters
nameThe name.
Apache.Ignite.Core.Cache.Configuration.QueryIndexField.QueryIndexField ( string  name,
bool  isDescending 
)
Parameters
nameThe name.
isDescendingSort direction.

Property Documentation

bool Apache.Ignite.Core.Cache.Configuration.QueryIndexField.IsDescending
getset
string Apache.Ignite.Core.Cache.Configuration.QueryIndexField.Name
getset