LaunchProfileStreamingSessionStorageRoot

data class LaunchProfileStreamingSessionStorageRoot(val linux: String? = null, val windows: String? = null)

The upload storage root location (folder) on streaming workstations where files are uploaded.

Constructors

Link copied to clipboard
constructor(linux: String? = null, windows: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val linux: String? = null

The folder path in Linux workstations where files are uploaded.

Link copied to clipboard
val windows: String? = null

The folder path in Windows workstations where files are uploaded.