Array.<String>NumberListFilesResponseListFilesResponseArray.<String>Get the Filenames
Kind: Instance method of ListFilesResponse
Returns: Array.<String> - the KEY_FILENAMES value
NumberGet the SpaceAvailable
Kind: Instance method of ListFilesResponse
Returns: Number - the KEY_SPACE_AVAILABLE value
ListFilesResponseSet the Filenames
Kind: Instance method of ListFilesResponse
Returns: ListFilesResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| filenames | Array.<String> |
An array of all filenames resident on the module for the given registered app. If omitted, then no files currently reside on the system. - The desired Filenames. {'array_min_size': 0, 'array_max_size': 1000, 'string_min_length': 1, 'string_max_length': 500} |
ListFilesResponseSet the SpaceAvailable
Kind: Instance method of ListFilesResponse
Returns: ListFilesResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| available | Number |
Provides the total local space available on the module for the registered app. - The desired SpaceAvailable. {'num_min_value': 0, 'num_max_value': 2000000000} |