图引擎服务 GES-新建索引(1.1.6):请求参数

时间:2024-12-04 09:49:40

请求参数

表2 Body参数说明

参数

是否必选

类型

说明

indexName

String

索引名称。只能包含字母,数字,-和_。不能包含其他字符。索引名称的长度需在63字符以内。

indexType

String

索引的类型。区分大小写。“GlobalCompositeVertexIndex”为全局的Composite类型的点索引。

hasLabel

String

是否有label,默认为false。

  • true
  • false

indexProperty

否(若hasLabel为false或null,则该项为必选)

String

索引的属性列表。

可以创建索引的属性类型有: integer、 float、 double、 long、 enum、 char array、 string、 date。

如果属性类型为string或者char array,属性长度建议不要超过40个字节,超出的部分会被截断。

support.huaweicloud.com/api-ges/ges_03_0057.html