Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimIndex interface contains properties of dictionary index structure.
IDimIndex
| Property name | Brief description | |
| Attributes | The Attributes property returns a collection of attributes, by which the index is created. | |
| Block | The Block property returns an object that contains dictionary block where the index is created. | |
| CaseSensitive | The CaseSensitive property returns attribute whether index is case sensitive. | |
| Primary | The Primary property returns True if this index is primary. | |
| Unique | The Unique property returns True if the index is unique. | |
| UseInSelection | The UseInSelection property returns the attribute whether index is used on creating the selection. |
| Property name | Brief description | |
| Id | The Id property returns the object identifier. | |
| Key | The Key property returns the object key. | |
| Name | The Name property returns the object name. |
See also: