共用方式為


IndexRecommendationDetails 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