| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.withDisplayName(String displayName)
Set display name of dimension.
|
Dimension |
Dimension.withName(String name)
Set display name of dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
MetricSpecification.dimensions()
Get dimensions of blobs, including blob type and access tier.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSpecification |
MetricSpecification.withDimensions(List<Dimension> dimensions)
Set dimensions of blobs, including blob type and access tier.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/