Schema for a replication scheduler job event.

interface SchedulerJobEvent {
    reason?: string;
    timestamp: string;
    type: string;
}

Properties

reason?: string

Reason for current state of event.

timestamp: string

Timestamp of the event.

type: string

Type of the event.

Generated using TypeDoc