StringStringFileTypeNumberNumberGetFileGetFileGetFileGetFileGetFileStringGet the AppServiceId
Kind: Instance method of GetFile
Returns: String - the KEY_APP_SERVICE_ID value
StringGet the FileName
Kind: Instance method of GetFile
Returns: String - the KEY_FILE_NAME value
FileTypeGet the FileType
Kind: Instance method of GetFile
Returns: FileType - the KEY_FILE_TYPE value
NumberGet the Length
Kind: Instance method of GetFile
Returns: Number - the KEY_LENGTH value
NumberGet the Offset
Kind: Instance method of GetFile
Returns: Number - the KEY_OFFSET value
GetFileSet the AppServiceId
Kind: Instance method of GetFile
Returns: GetFile - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | String |
ID of the service that should have uploaded the requested file. - The desired AppServiceId. {'string_min_length': 1} |
GetFileSet the FileName
Kind: Instance method of GetFile
Returns: GetFile - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| name | String |
File name that should be retrieved - The desired FileName. {'string_min_length': 1, 'string_max_length': 255} |
GetFileSet the FileType
Kind: Instance method of GetFile
Returns: GetFile - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | FileType |
Selected file type. - The desired FileType. |
GetFileSet the Length
Kind: Instance method of GetFile
Returns: GetFile - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| length | Number |
Optional length in bytes for resuming partial data chunks If offset is set to 0, then length is the total length of the file to be retrieved - The desired Length. {'num_min_value': 0, 'num_max_value': 2000000000} |
GetFileSet the Offset
Kind: Instance method of GetFile
Returns: GetFile - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| offset | Number |
Optional offset in bytes for resuming partial data chunks - The desired Offset. {'num_min_value': 0, 'num_max_value': 2000000000} |