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

StopBackfillJobResponse

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

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

interface StopBackfillJobResponse {
object?: StreamObject;
}

§Properties

§

The stream object resource the backfill job was stopped for.