全部產品
Search
文件中心

Tablestore:PrimaryKeySchema

更新時間:Jul 10, 2024

主鍵的屬性值。

資料結構

message PrimaryKeySchema {
    required string name = 1;
    required PrimaryKeyType type = 2;
    optional PrimaryKeyOption option = 3; 
}

名稱

類型

是否必選

描述

name

string

主鍵列名稱。

type

PrimaryKeyType

主鍵列的類型。

option

PrimaryKeyOption

主鍵列的可選配置。