All Products
Search
Document Center

Tablestore:PrimaryKeyOption

Last Updated:Aug 01, 2024

Specifies the attribute value of a primary key. Only AUTO_INCREMENT is supported.

Enumeration values

AUTO_INCREMENT specifies an auto-increment primary key column.

enum PrimaryKeyOption {
    AUTO_INCREMENT = 1;
}