Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotValidationOptions@sheetwrite/core

Validation and allocation policy for an untrusted workbook snapshot.

Validation and allocation policy for an untrusted workbook snapshot.

Members 2

storage Allocation model used for capacity checks; defaults to dense.
storage?: SnapshotStorageMode;
resourceLimits Non-negative safe-integer overrides merged over DEFAULTSNAPSHOTRESOURCELIMITS.
resourceLimits?: Partial<SnapshotResourceLimits>;

Non-negative safe-integer overrides merged over `DEFAULT_SNAPSHOT_RESOURCE_LIMITS`.

Declaration

View full TypeScript declaration
export interface SnapshotValidationOptions {
storage?: SnapshotStorageMode;
resourceLimits?: Partial<SnapshotResourceLimits>;
}