API reference
API reference
Select your platform
No SDKs available
No versions available

AssetFileDownloadResult

Updated: Oct 30, 2025

AssetFileDownloadResult

interface AssetFileDownloadResult
An AssetFileDownloadResult represents an asset that has been successfully downloaded. It’s used to store information about an asset that has been downloaded, such as its location on the local file system and its unique identifier asset file ID. It can be retrieved using horizon.platform.assetfile.AssetFile.downloadByName.

Properties

NameSummary
assetId
abstract val assetId: String
ID of the asset file. It can be retrieved using horizon.platform.assetfile.models.AssetDetails.assetId. It can be used to retrieve the AssetFileDownloadResult by horizon.platform.assetfile.AssetFile.downloadById.
filepath
abstract val filepath: String
File path of the asset file.
json
open val json: String