Create upload-file.md

This commit is contained in:
ZhangYu 2017-04-07 10:47:52 +08:00 committed by GitHub
parent 6089456c84
commit ca584fcaf9

View file

@ -0,0 +1,9 @@
# UploadFile Object
* `type` String - `file`.
* `filePath` String - Path of file to be uploaded.
* `offset` Integer - Defaults to `0`.
* `length` Integer - Number of bytes to read from `offset`.
Defaults to `0`.
* `modificationTime` Double - Last Modification time in
number of seconds sine the UNIX epoch.