Snapshot
import type { Snapshot } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
Represents a snapshot of a job.
interface Snapshot {
creationTime?: Date;
description?: string;
diskSizeBytes?: bigint;
id?: string;
projectId?: string;
pubsubMetadata?: PubsubSnapshotMetadata[];
region?: string;
sourceJobId?: string;
state?:
| "UNKNOWN_SNAPSHOT_STATE"
| "PENDING"
| "RUNNING"
| "READY"
| "FAILED"
| "DELETED";
ttl?: number;
}§Properties
§
diskSizeBytes?: bigint
[src]The disk byte size of the snapshot. Only available for snapshots in READY state.
§
pubsubMetadata?: PubsubSnapshotMetadata[]
[src]Pub/Sub snapshot metadata.