Class BlobToFileDto (Inputs.Asset)
Constructors
constructor
new BlobToFileDto( blob?: Blob, fileName?: string, mimeType?: string,): BlobToFileDto Parameters
Optionalblob: BlobOptionalfileName: stringOptionalmimeType: string
Properties
blob
blob: Blob
fileName
fileName: string
OptionalmimeType
mimeType?: string
Feeds
asset.blobToFile: the Blob to wrap, the name the File gets and, when the Blob's own type is not right, the MIME type to declare.