Click or drag to resize

DslIndexDefinitionKeys Property

The list of index key definition (Attributes Name and Index type).

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public IList<DslIndexKeyDefinition> Keys { get; set; }

Property Value

IListDslIndexKeyDefinition
See Also