Class AlterTableVectorColumnDefinition
Describes the definition of a vector column.
public class AlterTableVectorColumnDefinition
- Inheritance
-
AlterTableVectorColumnDefinition
- Inherited Members
Properties
Service
The vector service options.
[JsonPropertyName("service")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public VectorServiceOptions Service { get; set; }
Property Value
Type
Gets the type of the column. Always returns "vector".
[JsonPropertyName("type")]
public string Type { get; }
Property Value
VectorDimension
The vector dimension.
[JsonPropertyName("dimension")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public int? VectorDimension { get; set; }
Property Value
- int?