So are you saying that i have to revert to the spring xml to get this done?
I am using query entities when trying to do this but the order field doesn't
seem to apply in the .net API.
foreach (var field in item.Columns)
{
properties.Add(new Property()
{
Name = field.ColumnName,
Type = ChangeType(field.DataType), --data type
Attributes = new List<string>()
{ MakeIndexConfig(field)} -- here is where i set the
fields and indexes
});
}
I guess another option might be to use the rest service and issue create
index statements.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/