ObjectRecommendationPropertiesAnalyzedWorkload interface
Workload information for the recommended action.
Properties
| end |
End time (UTC) of the workload analyzed. |
| query |
Number of queries from the workload that were examined to produce this recommendation. For DROP INDEX recommendations it's 0 (zero). |
| start |
Start time (UTC) of the workload analyzed. |
Property Details
endTime
End time (UTC) of the workload analyzed.
endTime?: Date
Property Value
Date
queryCount
Number of queries from the workload that were examined to produce this recommendation. For DROP INDEX recommendations it's 0 (zero).
queryCount?: number
Property Value
number
startTime
Start time (UTC) of the workload analyzed.
startTime?: Date
Property Value
Date