Share via


ObjectRecommendationDetails interface

Recommendation details for the recommended action.

Properties

databaseName

Database name.

includedColumns

Index included columns.

indexColumns

Index columns.

indexName

Index name.

indexType

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