Table of Contents

Class AlterTableVectorColumnDefinition

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

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

VectorServiceOptions

Type

Gets the type of the column. Always returns "vector".

[JsonPropertyName("type")]
public string Type { get; }

Property Value

string

VectorDimension

The vector dimension.

[JsonPropertyName("dimension")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public int? VectorDimension { get; set; }

Property Value

int?