SparkConf.GetAll 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.
Get all parameters as a list of pairs.
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,string>> GetAll ();
member this.GetAll : unit -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetAll () As IReadOnlyList(Of KeyValuePair(Of String, String))