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

StandardConnectionFormat

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

Standard connection format.

interface StandardConnectionFormat {
directConnection?: boolean;
}

§Properties

§
directConnection?: boolean
[src]

Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.