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

XPSTimestampStats

import type { XPSTimestampStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

The data statistics of a series of TIMESTAMP values.

interface XPSTimestampStats {
commonStats?: XPSCommonStats;
granularStats?: {};
medianTimestampNanos?: bigint;
}

§Properties

§
commonStats?: XPSCommonStats
[src]
§
granularStats?: {}
[src]

The string key is the pre-defined granularity. Currently supported: hour_of_day, day_of_week, month_of_year. Granularities finer that the granularity of timestamp data are not populated (e.g. if timestamps are at day granularity, then hour_of_day is not populated).

§
medianTimestampNanos?: bigint
[src]