Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDownloadEntryOptions

Download entry options.

Hierarchy

  • IDownloadEntryOptions

Index

Properties

customName?: string

Custom file name which will be used to save this file.

id?: string | number

Beatmap ID or beatmapset ID.

md5?: string

MD5 hash for file validation. If wasn't specified then file validation will be omitted.

redownload?: boolean

Force file redownloading if it is already exists?

default

false

save?: boolean

Should file be saved on a disk or not? If you need to download a file and not to save it, you can choose false. In that case all data will be stored in buffer of the download result.

default

true

Type of this file.

default

DownloadType.Beatmap

url?: string

Custom URL to download this file.