DataFrameReader.Options(Dictionary<String,String>) Metodo

Definizione

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

Si applica a