SqlRecommendationReasoning interface
Class representing Azure SQL Recommendation Reasoning.
Properties
| context |
Gets the Sql recommended reasoning parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
| reasoning |
Gets the reasoning category. |
| reasoning |
Gets the reasoning id. |
| reasoning |
Gets the reasoning status. |
Property Details
contextParameters
Gets the Sql recommended reasoning parameters. NOTE: This property will not be serialized. It can only be populated by the server.
contextParameters?: SqlRecommendationReasoningContext[]
Property Value
reasoningCategory
Gets the reasoning category.
reasoningCategory?: string
Property Value
string
reasoningId
Gets the reasoning id.
reasoningId?: string
Property Value
string
reasoningString
Gets the reasoning status.
reasoningString?: string
Property Value
string