QueryStatisticsProperties interface

查詢執行統計數據的屬性。

屬性

databaseName

執行此查詢之資料庫的資料庫名稱。

endTime

計量的結束時間(ISO-8601 格式)。

intervals

具有適當計量數據的間隔清單

queryId

唯一的查詢標識碼(一個資料庫內是唯一的)。

startTime

計量的開始時間(ISO-8601 格式)。

屬性詳細資料

databaseName

執行此查詢之資料庫的資料庫名稱。

databaseName?: string

屬性值

string

endTime

計量的結束時間(ISO-8601 格式)。

endTime?: string

屬性值

string

intervals

具有適當計量數據的間隔清單

intervals?: QueryMetricInterval[]

屬性值

queryId

唯一的查詢標識碼(一個資料庫內是唯一的)。

queryId?: string

屬性值

string

startTime

計量的開始時間(ISO-8601 格式)。

startTime?: string

屬性值

string