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

StartBackfillJobRequest

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

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

interface StartBackfillJobRequest {
eventFilter?: EventFilter;
}

§Properties

§
eventFilter?: EventFilter
[src]

Optional. Optional event filter. If not set, or empty, the backfill will be performed on the entire object. This is currently used for partial backfill and only supported for SQL Server sources.