Table of Contents

Class VectorDataAPIType

Namespace
DataStax.AstraDB.DataApi.Utils
Assembly
DataStax.AstraDB.DataApi.dll

Vector data type

public class VectorDataAPIType : DataAPIType
Inheritance
VectorDataAPIType
Derived
Inherited Members

Constructors

VectorDataAPIType(int?)

Vector data type

public VectorDataAPIType(int? dimension)

Parameters

dimension int?

Properties

Dimension

The dimension of the vector

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

Property Value

int?