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

SnapshotJobRequest

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

Request to create a snapshot of a job.

interface SnapshotJobRequest {
description?: string;
location?: string;
snapshotSources?: boolean;
ttl?: number;
}

§Properties

§
description?: string
[src]

User specified description of the snapshot. Maybe empty.

§
location?: string
[src]

The location that contains this job.

§
snapshotSources?: boolean
[src]

If true, perform snapshots for sources which support this.

§
ttl?: number
[src]

TTL for the snapshot.