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

StartBackfillJobResponse

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

Response for manually initiating a backfill job for a specific stream object.

interface StartBackfillJobResponse {
object?: StreamObject;
}

§Properties

§

The stream object resource a backfill job was started for.