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

Sink

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

A sink that records can be encoded and written to.

interface Sink {
codec?: {
[key: string]: any;
}
;
spec?: {
[key: string]: any;
}
;
}

§Properties

§
codec?: {
[key: string]: any;
}
[src]

The codec to use to encode data written to the sink.

§
spec?: {
[key: string]: any;
}
[src]

The sink to write to, plus its parameters.