你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ObjectRecommendationDetails interface

建议作的建议详细信息。

属性

databaseName

数据库名称

includedColumns

索引包含列。

indexColumns

索引列。

indexName

索引名。

indexType

索引类型。

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