Share via


RuntimeConfig.Get Method

Definition

Overloads

Get(String)

Returns the value of Spark runtime configuration property for the given key.

Get(String, String)

Returns the value of Spark runtime configuration property for the given key.

Get(String)

Returns the value of Spark runtime configuration property for the given key.

public string Get (string key);
member this.Get : string -> string
Public Function Get (key As String) As String

Parameters

key
String

Key to use

Returns

Applies to

Get(String, String)

Returns the value of Spark runtime configuration property for the given key.

public string Get (string key, string defaultValue);
member this.Get : string * string -> string
Public Function Get (key As String, defaultValue As String) As String

Parameters

key
String

Key to use

defaultValue
String

Default value to use

Returns

Applies to