Constructors
constructor
- new File(stream, fileName, contentType, contentLength): File
Parameters
- stream: Readable
- fileName: string
- contentType: string
- contentLength: number
Properties
contentLength
contentLength: number
contentType
contentType: string
fileName
fileName: string
stream
stream: Readable
File - Represents a file retrieved from Onspring.