Interface: PackageFileInfo
Extends
Properties
blockMapSize?
optionalblockMapSize?:number
The block map file size. Used when block map data is embedded into the file (appimage, windows web installer package). This information can be obtained from the file itself, but it requires additional HTTP request, so, to reduce request count, block map size is specified in the update metadata too.
Inherited from
BlockMapDataHolder.blockMapSize
isAdminRightsRequired?
readonlyoptionalisAdminRightsRequired?:boolean
Inherited from
BlockMapDataHolder.isAdminRightsRequired
path
readonlypath:string
sha512
readonlysha512:string
The file checksum.
Inherited from
size?
optionalsize?:number
The file size. Used to verify downloaded size (save one HTTP request to get length). Also used when block map data is embedded into the file (appimage, windows web installer package).