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

RunStreamRequest

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

Request message for running a stream.

interface RunStreamRequest {
cdcStrategy?: CdcStrategy;
}

§Properties

§
cdcStrategy?: CdcStrategy
[src]

Optional. The CDC strategy of the stream. If not set, the system's default value will be used.