Share via


Unit Enum

Definition

[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

Name Value Description
Count 0
Bytes 1
Seconds 2
CountPerSecond 3
BytesPerSecond 4
Percent 5
MilliSeconds 6
ByteSeconds 7
Unspecified 8

Applies to