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