dk.sdu.cloud.app.store.api.AppParameterValue.File

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppParameterValue.File

A reference to a UCloud file

data class File(
    val path: String,
    val readOnly: Boolean?,
    val type: String /* "file" */,
)
  • Compatible with: ApplicationParameter.InputFile and ApplicationParameter.InputDirectory

  • Mountable as a resource: ✅ Yes

  • Expands to: The absolute path to the file or directory in the software's environment

  • Side effects: Includes the file or directory in the Job's temporary work directory

The path of the file must be absolute and refers to either a UCloud directory or file.

Properties

Last updated