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

EnterpriseCrmEventbusProtoEventExecutionSnapshot

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

Contains the snapshot of the event execution for a given checkpoint. Next available id: 13

interface EnterpriseCrmEventbusProtoEventExecutionSnapshot {
checkpointTaskNumber?: string;
eventExecutionInfoId?: string;
eventExecutionSnapshotId?: string;
exceedMaxSize?: boolean;
snapshotTime?: bigint;
taskName?: string;
}

§Properties

§
checkpointTaskNumber?: string
[src]

Indicates "right after which checkpoint task's execution" this snapshot is taken.

§

All of the computed conditions that been calculated.

§

The parameters in Event object that differs from last snapshot.

§
eventExecutionInfoId?: string
[src]

Points to the event execution info this snapshot belongs to.

§
eventExecutionSnapshotId?: string
[src]

Auto-generated. Used as primary key for EventExecutionSnapshots table.

§

The parameters in Event object.

§
exceedMaxSize?: boolean
[src]

indicate whether snapshot exceeded maximum size before clean up

§
snapshotTime?: bigint
[src]

Indicates when this snapshot is taken.

§

All of the task execution details at the given point of time.

§
taskName?: string
[src]

The task name associated with this snapshot. Could be empty.