DataFrameReader.Options(Dictionary<String,String>) メソッド

定義

基になるデータ ソースの入力オプションを追加します。

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

パラメーター

options
Dictionary<String,String>

キー/値のオプション

戻り値

この DataFrameReader オブジェクト

適用対象