SparkConfigPropertiesResponse

data class SparkConfigPropertiesResponse(val configurationType: String? = null, val content: String? = null, val filename: String? = null, val time: String)

SparkConfig Properties for a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(configurationType: String? = null, content: String? = null, filename: String? = null, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the spark config properties file.

Link copied to clipboard
val content: String? = null

The spark config properties.

Link copied to clipboard
val filename: String? = null

The filename of the spark config properties file.

Link copied to clipboard

The last update time of the spark config properties file.