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

Definition

Adds input options for the underlying data source.

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

Parameters

options
Dictionary<String,String>

Key/value options

Returns

This DataFrameReader object

Applies to