Show / Hide Table of Contents

Enum Metric.Types.AggregateFunction

Mathematic function used to calculate the value.

Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Metric.Types.AggregateFunction

Fields

Name Description
Avg

Average.

Count

Count.

Max

Maximum.

Min

Minimum.

Stddev

Standard Deviation.

Sum

Sum.

Unspecified

Default value.

In this article
Back to top Generated by DocFX