Represents file data that can be read into memory at the time when a read operation is initiated.
The file
object is a blob object complemented with a name
attribute, therefore
all methods of the blob
object also apply here.
The attributes of the File
object are listed below:
Attribute | Description | Type |
---|---|---|
name | Specifies the name of the file. | string |
lastModifiedDate | Specifies the last modified date of the file. | int |