DataFlow.ReadParquetDataset(DataSourcePropertyValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.