All Products
Search
Document Center

Tablestore:VectorDataType

Last Updated:Apr 29, 2026

VectorDataType specifies the data type of vector data stored in Tablestore.

Enumeration values

VD_FLOAT_32: Stores vector data as 32-bit floating-point numbers (float32).

enum VectorDataType {
    VD_FLOAT_32 = 2;
}