String
String
FileType
Number
Number
GetFile
GetFile
GetFile
GetFile
GetFile
String
Get the AppServiceId
Kind: Instance method of GetFile
Returns: String
- the KEY_APP_SERVICE_ID value
String
Get the FileName
Kind: Instance method of GetFile
Returns: String
- the KEY_FILE_NAME value
FileType
Get the FileType
Kind: Instance method of GetFile
Returns: FileType
- the KEY_FILE_TYPE value
Number
Get the Length
Kind: Instance method of GetFile
Returns: Number
- the KEY_LENGTH value
Number
Get the Offset
Kind: Instance method of GetFile
Returns: Number
- the KEY_OFFSET value
GetFile
Set 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} |
GetFile
Set 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} |
GetFile
Set 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. |
GetFile
Set 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} |
GetFile
Set 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} |