Class TableVectorIndexDefinition
Definition of a vector index on a table
public class TableVectorIndexDefinition : TableBaseIndexDefinition
- Inheritance
-
TableVectorIndexDefinition
- Inherited Members
Properties
Options
Options for the vector index.
[JsonPropertyName("options")]
public TableVectorIndexOptions Options { get; set; }