Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IntegerMean

import type { IntegerMean } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A representation of an integer mean metric contribution.

interface IntegerMean {
count?: SplitInt64;
sum?: SplitInt64;
}

§Properties

§

The number of values being aggregated.

§

The sum of all values being aggregated.