DataStreamReader.Json(String) Method

Definition

Loads a JSON file stream and returns the results as a DataFrame.

public Microsoft.Spark.Sql.DataFrame Json (string path);
member this.Json : string -> Microsoft.Spark.Sql.DataFrame
Public Function Json (path As String) As DataFrame

Parameters

path
String

File path for streaming

Returns

DataFrame object

Applies to