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

Links

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

A collection of links, which are references from this span to a span in the same or different trace.

interface Links {
droppedLinksCount?: number;
link?: Link[];
}

§Properties

§
droppedLinksCount?: number
[src]

The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.