MetricDimension interface
A metric dimension.
Properties
display |
The display name for the dimension. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The metric dimension name. NOTE: This property will not be serialized. It can only be populated by the server. |
to |
Whether to export metric to shoebox. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
The display name for the dimension. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
name
The metric dimension name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
toBeExportedForShoebox
Whether to export metric to shoebox. NOTE: This property will not be serialized. It can only be populated by the server.
toBeExportedForShoebox?: boolean
Property Value
boolean