DslIndexKeyDefinition Class

The index key definition contains attribute name and index type

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
[SerializableAttribute]
public class DslIndexKeyDefinition
Inheritance
Object    DslIndexKeyDefinition

Constructors

DslIndexKeyDefinition Index Key definition

Properties

IndexType The type of index for that attribute. For ascending index, specify a value of 1. For descending index, specify a value of -1.
Name Attribute name that include in the index

See Also