| Modifier and Type | Field and Description |
|---|---|
static RegistryUsageUnit |
RegistryUsageUnit.BYTES
Static value Bytes for RegistryUsageUnit.
|
static RegistryUsageUnit |
RegistryUsageUnit.COUNT
Static value Count for RegistryUsageUnit.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryUsageUnit |
RegistryUsageUnit.fromString(String name)
Creates or finds a RegistryUsageUnit from its string representation.
|
RegistryUsageUnit |
RegistryUsage.unit()
Get the unit value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RegistryUsageUnit> |
RegistryUsageUnit.values() |
| Modifier and Type | Method and Description |
|---|---|
RegistryUsage |
RegistryUsage.withUnit(RegistryUsageUnit unit)
Set the unit value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/