SparkConfigProperties interface

SparkConfig Properties for a Big Data pool powered by Apache Spark

Properties

configurationType

The type of the spark config properties file.

content

The spark config properties.

filename

The filename of the spark config properties file.

time

The last update time of the spark config properties file. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

configurationType

The type of the spark config properties file.

configurationType?: string

Property Value

string

content

The spark config properties.

content?: string

Property Value

string

filename

The filename of the spark config properties file.

filename?: string

Property Value

string

time

The last update time of the spark config properties file. NOTE: This property will not be serialized. It can only be populated by the server.

time?: Date

Property Value

Date