ObjectRecommendationDetails interface
Recommendation details for the recommended action.
Properties
| database |
Database name. |
| included |
Index included columns. |
| index |
Index columns. |
| index |
Index name. |
| index |
Index type. |
| schema | Schema name. |
| table | Table name. |
Property Details
databaseName
Database name.
databaseName?: string
Property Value
string
includedColumns
Index included columns.
includedColumns?: string[]
Property Value
string[]
indexColumns
Index columns.
indexColumns?: string[]
Property Value
string[]
indexName
Index name.
indexName?: string
Property Value
string
indexType
Index type.
indexType?: string
Property Value
string
schema
Schema name.
schema?: string
Property Value
string
table
Table name.
table?: string
Property Value
string