Skip to main content

Interface: BackfillOperation

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:60

A backfill operation record

Properties​

$type?​

optional $type: "pub.chive.admin.getBackfillHistory#backfillOperation"

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:61


completedAt?​

optional completedAt: string

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:78

Operation completion time


error?​

optional error: string

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:84

Error message if failed


id​

id: string

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:63

Operation ID


recordsProcessed​

recordsProcessed: number

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:80

Number of records processed


startedAt​

startedAt: string

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:76

Operation start time


startedBy?​

optional startedBy: string

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:86

DID of the admin who started it


status​

status: "cancelled" | string & object | "failed" | "completed"

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:74

Operation status


totalRecords?​

optional totalRecords: number

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:82

Total records to process


type​

type: string & object | "pds-scan" | "freshness-scan" | "citation-extraction" | "full-reindex" | "governance-sync" | "did-sync"

Defined in: web/lib/api/generated/types/pub/chive/admin/getBackfillHistory.ts:65

Backfill operation type