All Products
Search
Document Center

Tablestore:PrimaryKeyType

Last Updated:Jul 09, 2024

PrimaryKeyType specifies the type of the primary key.

Enumeration values

  • INTEGER

  • STRING

  • BINARY

enum PrimaryKeyType {
    INTEGER = 1;
    STRING = 2;
    BINARY = 3;
}