Skip to main content

IndexLocation (Storage Keyword)

Specifies the default storage location for indexes.

Synopsis

<IndexLocation>^Sample.PersonI</IndexLocation>

Value

The value of this element is a global name with optional leading subscripts.

Description

This element lets you specify the global used for indexes for this class. If not specified, the index location is ^MyApp.MyClassI (where MyApp.MyClass is the classn ame).

Note that you can also specify the storage of each index individually.

Default Value

The default value for the <IndexLocation> element is an empty string.

FeedbackOpens in a new tab