DataFlow.ReadParquetDataset(DataSourcePropertyValue) Method

Definition

Creates a step to read parquet file.

public:
 static Microsoft::DataPrep::Common::DataFlow ^ ReadParquetDataset(Microsoft::DPrep::Engine::PropertiesSystem::DataSourcePropertyValue ^ path);
public static Microsoft.DataPrep.Common.DataFlow ReadParquetDataset(Microsoft.DPrep.Engine.PropertiesSystem.DataSourcePropertyValue path);
static member ReadParquetDataset : Microsoft.DPrep.Engine.PropertiesSystem.DataSourcePropertyValue -> Microsoft.DataPrep.Common.DataFlow
Public Shared Function ReadParquetDataset (path As DataSourcePropertyValue) As DataFlow

Parameters

path
Microsoft.DPrep.Engine.PropertiesSystem.DataSourcePropertyValue

The path to the Parquet file.

Returns

Applies to