@sheetwrite/coreinterface
Allocation and load statistics for one paged datasource sheet.
Members 6
chunks
chunks: number;loadedCells
loadedCells: number;dirtyCells
dirtyCells: number;allocatedBytes
allocatedBytes: number;dirtyAllocatedBytes Sparse local-edit overlay bytes, excluded from the clean chunk cache budget.
dirtyAllocatedBytes: number;fullyLoaded
fullyLoaded: boolean;Declaration
View full TypeScript declaration
export interface PagedStoreStats { chunks: number; loadedCells: number; dirtyCells: number; allocatedBytes: number; dirtyAllocatedBytes: number; fullyLoaded: boolean;}