| 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.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.
|
UnitType |
SqlDatabaseMetric.unit() |
| 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.
*/