Show / Hide Table of Contents

Enum MetricAggregation

Represents aggregation of metrics.

Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public enum MetricAggregation

Fields

Name Description
Count

Count operator.

Maximum

Maximum operator.

Minimum

Minimum operator.

Total

SUM operator.

Unspecified

Unspecified operator.

In This Article
Back to top