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

BoundedTrie

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

The message type used for encoding metrics of type bounded trie.

interface BoundedTrie {
bound?: number;
singleton?: string[];
}

§Properties

§
bound?: number
[src]

The maximum number of elements to store before truncation.

§

A compact representation of all the elements in this trie.

§
singleton?: string[]
[src]

A more efficient representation for metrics consisting of a single value.