AgentDownloadMeasurementCommand

data class AgentDownloadMeasurementCommand(val source: String, val target: String, val uniqueId: String? = null) : AgentCommand

Download a measurement from an online source. The source URL must start with HTTP/HTTPS and contain a valid zip archive.

The target directory name is a suggestion. If the target already exists, a non-conflicting new name will be created.

Constructors

Link copied to clipboard
constructor(source: String, target: String, uniqueId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uniqueId: String? = null

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String