| Modifier and Type | Field and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.LAST
Static value Last for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MINIMUM
Static value Minimum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.NONE
Static value None for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.TOTAL
Static value Total for PrimaryAggregationType.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PrimaryAggregationType> |
PrimaryAggregationType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/