名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | 索引元信息。 | ||
DatabaseName | string | 逻辑库名。 | exampleDatabase |
PhysicalTableName | string | 物理表名。 | physicalDatabase |
IndexName | string | 索引名。 | indexName |
IndexType | string | 索引类型。 | NORMAL |
IndexColumns | array | 索引列。 | |
FieldSchemaModel | 索引列信息。 | ||
ColumnOrds | array | 索引列顺序。 | |
string | Clustered 索引每个列的排序方式与索引列(IndexColumns)一致。 | ASC/DESC | |
Options | object | 属性。 | |
string | ANN/FULLTEXT 的属性信息。 | key:value | |
CreateTime | string | 创建时间。 | 2023-01-05 13:17:55 |
UpdateTime | string | 更新时间。 | 2023-01-05 13:17:55 |
文档内容是否对您有帮助?