the raw content of the file. Can be an Uploadable, BlobLikePart, or AsyncIterable of BlobLikeParts
Optionalname: null | stringthe name of the file. If omitted, toFile will try to determine a file name from bits if possible
Optionaloptions: FilePropertyBagadditional properties
A copy of the builtin FilePropertyBag type as it isn't fully supported in certain
environments and attempting to reference the global version will error.
https://github.com/microsoft/TypeScript/blob/49ad1a3917a0ea57f5ff248159256e12bb1cb705/src/lib/dom.generated.d.ts#L503 https://developer.mozilla.org/en-US/docs/Web/API/File/File#options
a File with the given properties
Helper for creating a File to pass to an SDK upload method from a variety of different data formats