Unit Enumeration
The unit.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public enum Unit
public enum class Unit
type Unit
Public Enumeration Unit
Members
Member name | Description | |
---|---|---|
Bytes | Unit in bytes. |
|
BytesPerSecond | How many bytes per second. |
|
Count | Count (how many). |
|
CountPerSecond | How many per second. |
|
Percent | Unit as a percentage. |
|
Seconds | Unit in seconds. |
See Also
Microsoft.Azure.Insights.Models Namespace
Return to top