Cluster.DataGrid.Index()

Signature

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

Domain

action

Description

Creates an index on the property

Parameters

NameTypeDescription
cacheNameStringReturned 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