@sheetwrite/coreinterface
Allocation and load statistics for one paged datasource sheet.
Members 5
chunks
chunks: number;loadedCells
loadedCells: number;dirtyCells
dirtyCells: number;allocatedBytes
allocatedBytes: number;fullyLoaded
fullyLoaded: boolean;Declaration
View full TypeScript declaration
export interface PagedStoreStats { chunks: number; loadedCells: number; dirtyCells: number; allocatedBytes: number; fullyLoaded: boolean;}