DataFrameReader.Options(Dictionary<String,String>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge le opzioni di input per l'origine dati sottostante.
public Microsoft.Spark.Sql.DataFrameReader Options(System.Collections.Generic.Dictionary<string,string> options);
member this.Options : System.Collections.Generic.Dictionary<string, string> -> Microsoft.Spark.Sql.DataFrameReader
Public Function Options (options As Dictionary(Of String, String)) As DataFrameReader
Parametri
- options
- Dictionary<String,String>
Opzioni chiave/valore
Restituisce
Oggetto DataFrameReader