ObjectRecommendationDetails interface
建议作的建议详细信息。
属性
| database |
数据库名称 |
| included |
索引包含列。 |
| index |
索引列。 |
| index |
索引名。 |
| index |
索引类型。 |
| schema | 架构名称。 |
| table | 表名。 |
属性详细信息
databaseName
数据库名称
databaseName?: string
属性值
string
includedColumns
索引包含列。
includedColumns?: string[]
属性值
string[]
indexColumns
索引列。
indexColumns?: string[]
属性值
string[]
indexName
索引名。
indexName?: string
属性值
string
indexType
索引类型。
indexType?: string
属性值
string
schema
架构名称。
schema?: string
属性值
string
table
表名。
table?: string
属性值
string