全部產品
Search
文件中心

Tablestore:IndexSchema

更新時間:Jun 30, 2024

表示多元索引的結構資訊,包括索引的所有欄位、索引選項、索引預排序等配置資訊。

資料結構

message IndexSchema {
    repeated FieldSchema field_schemas = 1;
    optional IndexSetting index_setting = 2;
    optional Sort index_sort = 3;
}

名稱

類型

是否必選

描述

field_schemas

repeated FieldSchema

多元索引所有欄位的配置資訊。

index_setting

IndexSetting

多元索引的路由鍵等配置資訊。

index_sort

Sort

多元索引預排序的配置資訊。索引預排序只支援按照主鍵排序和按照欄位值排序。

相關操作