RuntimeConfig.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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