Spark Config Properties Response
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
fun SparkConfigPropertiesResponse(configurationType: String? = null, content: String? = null, filename: String? = null, time: String)