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

AggregationResultHistogram

import type { AggregationResultHistogram } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

The result of a bucketed histogram aggregation.

interface AggregationResultHistogram {}

§Properties

§

Buckets in the histogram. There will be n+1 buckets matching n lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.