Cluster.DataGrid.Index()

Signature

void Index(String cacheName, Object property, boolean isOrdered)

Domain

ACTION

Description

Creates an index on the property

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache returned by CacheName
propertyObjectField name or definition returned by AtomGetter
isOrderedbooleantrue if the contents of the indexed information should be ordered; false otherwise

Returns

TypeDescription
void

Cautions

none