共用方式為


MetricSpecifications interface

可用於將效能計量公開至鞋盒的可用作業計量規格。

屬性

aggregationType

計量的匯總類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dimensions

計量的維度。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayDescription

計量的顯示描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName

計量的顯示名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

計量的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

aggregationType

計量的匯總類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

aggregationType?: string

屬性值

string

dimensions

計量的維度。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dimensions?: MetricDimensions[]

屬性值

displayDescription

計量的顯示描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayDescription?: string

屬性值

string

displayName

計量的顯示名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName?: string

屬性值

string

name

計量的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit?: string

屬性值

string