程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.timestream | |
com.alicloud.openservices.tablestore.timestream.model |
限定符和类型 | 方法和说明 |
---|---|
void |
TimestreamDBClient.createMetaTable(List<AttributeIndexSchema> indexForAttributes) |
void |
TimestreamDB.createMetaTable(List<AttributeIndexSchema> indexForAttributes)
创建meta表,为指定的attributes创建索引
attribute不能为保留字段(h、n、t、s)
|
限定符和类型 | 方法和说明 |
---|---|
AttributeIndexSchema |
AttributeIndexSchema.setEnableSortAndAgg(boolean enableSortAndAgg) |
AttributeIndexSchema |
AttributeIndexSchema.setIndex(boolean index) |
AttributeIndexSchema |
AttributeIndexSchema.setIsArray(boolean array) |
AttributeIndexSchema |
AttributeIndexSchema.setStore(Boolean store) |
Copyright © 2019. All Rights Reserved.