Schema for a listing of replication scheduler jobs.

interface SchedulerJobsResult {
    jobs: SchedulerJob[];
    total_rows: number;
}

Properties

Properties

jobs: SchedulerJob[]

Array of replication job objects.

total_rows: number

Number of total rows.

Generated using TypeDoc