PerStatementHealthStats Interface
Statistics for a single SQL statement executed during changeset application.
Properties
| Name | Type | Description | |
|---|---|---|---|
| dbOperation | string | ||
| elapsedMs | number | ||
| fullTableScans | number | ||
| rowCount | number | ||
| sqlStatement | string | 
Defined in
- core/common/src/ChangesetProps.ts Line 110
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.