ChangesetHealthStats Interface
Aggregated health statistics for a changeset application.
Properties
| Name | Type | Description | |
|---|---|---|---|
| changesetId | string | ||
| deletedRows | number | ||
| insertedRows | number | ||
| perStatementStats | [PerStatementHealthStats] | ||
| sha1ValidationTimeMs | number | ||
| totalElapsedMs | number | ||
| totalFullTableScans | number | ||
| uncompressedSizeBytes | number | ||
| updatedRows | number |
Defined in
- core/common/src/ChangesetProps.ts Line 122
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.