Class TableIndexDefinition
Configuration used to create an index on a table column
public class TableIndexDefinition : TableBaseIndexDefinition
- Inheritance
-
TableIndexDefinition
- Derived
- Inherited Members
Properties
Options
Options for the index.
[JsonPropertyName("options")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public TableIndexOptions Options { get; set; }