@idpass/data-collect-core / RebuildResult
Interface: RebuildResult
Defined in: services/ProjectionRebuildService.ts:26
Summary of a projection rebuild operation.
Properties
totalEvents
totalEvents:
number
Defined in: services/ProjectionRebuildService.ts:28
Total number of events found in the event store
appliedEvents
appliedEvents:
number
Defined in: services/ProjectionRebuildService.ts:30
Number of events successfully applied
failedEvents
failedEvents:
number
Defined in: services/ProjectionRebuildService.ts:32
Number of events that failed to apply
errors
errors:
object[]
Defined in: services/ProjectionRebuildService.ts:34
Details of any events that could not be applied
eventGuid
eventGuid:
string
error
error:
string
durationMs
durationMs:
number
Defined in: services/ProjectionRebuildService.ts:36
Total time taken in milliseconds