Contains information about a file that was gathered during a snapshot.
export class LevelStorageQuerySnapshotFile { private constructor(); readonly fileName: string; readonly fileSize: number;} Copy
export class LevelStorageQuerySnapshotFile { private constructor(); readonly fileName: string; readonly fileSize: number;}
Private
Readonly
The path to the file in the snapshot.
This property can't be read in early-execution mode.
The size of the file in the snapshot.
Contains information about a file that was gathered during a snapshot.
Source