Skip to main content

@idpass/data-collect-core / BatchSnapshotResult

Interface: BatchSnapshotResult

Defined in: services/SnapshotService.ts:46

Result of a batch snapshot creation operation.

Properties​

created​

created: number

Defined in: services/SnapshotService.ts:48

Number of snapshots created


checked​

checked: number

Defined in: services/SnapshotService.ts:50

Number of entities checked


skipped​

skipped: number

Defined in: services/SnapshotService.ts:52

Number of entities that did not need snapshots


errors​

errors: object[]

Defined in: services/SnapshotService.ts:54

Errors encountered during snapshot creation

entityGuid​

entityGuid: string

error​

error: string