ReconciliationReport
@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
readonlymissingContent: readonlyFileId[]
Defined in: backend/src/files/index.ts:418
Metadata that says stored while the bytes are gone.
orphanedObjects
readonlyorphanedObjects: readonlystring[]
Defined in: backend/src/files/index.ts:416
Bytes with nothing referencing them. The direction that costs money silently.
stuckDeleting
readonlystuckDeleting: readonlyFileId[]
Defined in: backend/src/files/index.ts:414
Deletion scheduled and never completed.
stuckPending
readonlystuckPending: readonlyFileId[]
Defined in: backend/src/files/index.ts:412
Metadata with no bytes: stuck in pending past the threshold.