Unit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum Unit
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type Unit =
Public Enum Unit
- Inheritance
-
Unit
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Bytes | 1 | |
ByteSeconds | 7 | |
BytesPerSecond | 4 | |
Count | 0 | |
CountPerSecond | 3 | |
MilliSeconds | 6 | |
Percent | 5 | |
Seconds | 2 | |
Unspecified | 8 |