Create upload-file-system.md
This commit is contained in:
parent
05d59185b2
commit
6089456c84
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
# UploadFileSystem Object
|
||||
|
||||
* `type` String - `fileSystem`.
|
||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||
* `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