DataFrameReader.Options(Dictionary<String,String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
基になるデータ ソースの入力オプションを追加します。
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 オブジェクト