DatasetBinaryHttpServerLocation

data class DatasetBinaryHttpServerLocation(val dynamicFilenameEnabled: Boolean? = null, val dynamicPathEnabled: Boolean? = null, val filename: String, val path: String, val relativeUrl: String)

Constructors

Link copied to clipboard
constructor(dynamicFilenameEnabled: Boolean? = null, dynamicPathEnabled: Boolean? = null, filename: String, path: String, relativeUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the filename using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard

Is the path using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard

The filename of the file on the web server.

Link copied to clipboard

The folder path to the file on the web server.

Link copied to clipboard

The base URL to the web server hosting the file.