Skip to main content

ReconciliationReport

@forge/monorepo


@forge/monorepo / backend/src / ReconciliationReport

Type Alias: ReconciliationReport

ReconciliationReport = object

Defined in: backend/src/files/index.ts:410

What reconciliation found. Reported, never acted on — see reconcileFiles.

Properties

missingContent

readonly missingContent: readonly FileId[]

Defined in: backend/src/files/index.ts:418

Metadata that says stored while the bytes are gone.


orphanedObjects

readonly orphanedObjects: readonly string[]

Defined in: backend/src/files/index.ts:416

Bytes with nothing referencing them. The direction that costs money silently.


stuckDeleting

readonly stuckDeleting: readonly FileId[]

Defined in: backend/src/files/index.ts:414

Deletion scheduled and never completed.


stuckPending

readonly stuckPending: readonly FileId[]

Defined in: backend/src/files/index.ts:412

Metadata with no bytes: stuck in pending past the threshold.