Create upload-file.md
This commit is contained in:
parent
6089456c84
commit
ca584fcaf9
1 changed files with 9 additions and 0 deletions
9
docs-translations/zh-CN/api/structures/upload-file.md
Normal file
9
docs-translations/zh-CN/api/structures/upload-file.md
Normal 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.
|
Loading…
Reference in a new issue