std.GetDocumentStream
This job reads a file range, creates a new file from it, and returns it.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
ID of the object |
|
INT |
Yes |
Type of the object |
|
INT |
Yes |
Page number to read from |
|
INT |
Yes |
Offset in bytes from which to read |
|
INT |
Yes |
Number of bytes to read |
3. Output Files
| Name | Description |
|---|---|
File list |
Path and name of the created file |
Possible error codes:ERR_WRONGPARAM = Offset is greater than the fileERR_GETOBJECTDEFPARAM = Object type unknownERR_GETPARAMETER = too few (valid) parameters passedERR_SQLSELECT = error in DB queriesERR_NOTDEFINED_YET = object is on a remote serverERR_INSOURCE = file cannot be found or openedERR_INDESTINATION = destination file cannot be created
|