Type alias FileDownloadEvent
File
Download
Event
: NamedEvent & { contentDisposition
: string; downloadedBytes
: number; eTag
: string; fileName
: string; lastModifiedTime
: Date; mimeType
: string; originalFileName
: string; startTime
: number; state
: "started" | "progressing" | "cancelled" | "interrupted" | "completed"; totalBytes
: number; url
: string; }