Skip to main content

Interface: BackfillOperation

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

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:62


completedAt?

optional completedAt: string

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

Operation completion time


error?

optional error: string

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

Error message if failed


id

id: string

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

Operation ID


recordsProcessed

recordsProcessed: number

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

Number of records processed


startedAt

startedAt: string

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

Operation start time


startedBy?

optional startedBy: string

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

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:75

Operation status


totalRecords?

optional totalRecords: number

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

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:66

Backfill operation type