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