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

StreamingApplianceSnapshotConfig

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

Streaming appliance snapshot configuration.

interface StreamingApplianceSnapshotConfig {
importStateEndpoint?: string;
snapshotId?: string;
}

§Properties

§
importStateEndpoint?: string
[src]

Indicates which endpoint is used to import appliance state.

§
snapshotId?: string
[src]

If set, indicates the snapshot id for the snapshot being performed.