| Modifier and Type | Field and Description |
|---|---|
static UnitType |
UnitType.BYTES
Static value Bytes for UnitType.
|
static UnitType |
UnitType.BYTES_PER_SECOND
Static value BytesPerSecond for UnitType.
|
static UnitType |
UnitType.COUNT
Static value Count for UnitType.
|
static UnitType |
UnitType.COUNT_PER_SECOND
Static value CountPerSecond for UnitType.
|
static UnitType |
UnitType.MILLISECONDS
Static value Milliseconds for UnitType.
|
static UnitType |
UnitType.PERCENT
Static value Percent for UnitType.
|
static UnitType |
UnitType.SECONDS
Static value Seconds for UnitType.
|
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
UnitType.fromString(String name)
Creates or finds a UnitType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<UnitType> |
UnitType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/