UploadFile Type
Constructors
| Constructor |
Description
|
Full Usage:
UploadFile(type, filePath, ?offset, ?length, ?modificationTime)
Parameters:
string
-
file.
filePath : string
-
Path of file to be uploaded.
?offset : int
-
Defaults to 0.
?length : int
-
Number of bytes to read from offset. Defaults to 0.
?modificationTime : double
-
Last Modification time in number of seconds since the UNIX epoch. Defaults to 0.
Returns: UploadFile
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.filePath
|
Path of file to be uploaded. |
Full Usage:
this.length
|
Number of bytes to read from offset. Defaults to 0. |
Full Usage:
this.modificationTime
|
Last Modification time in number of seconds since the UNIX epoch. Defaults to 0. |
Full Usage:
this.offset
|
Defaults to 0. |
Full Usage:
this.type
|
file. |
fable-electron-docs-api