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

XPSStructStats

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

The data statistics of a series of STRUCT values.

interface XPSStructStats {
commonStats?: XPSCommonStats;
fieldStats?: {
[key: string]: XPSDataStats;
}
;
}

§Properties

§
commonStats?: XPSCommonStats
[src]
§
fieldStats?: {
[key: string]: XPSDataStats;
}
[src]

Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.