我们在 AzureDataFactoryV2 中有 DataSlice 概念吗?

Do we have DataSlice concept in AzureDataFactoryV2?

就像在 AzureDataFactory 中一样,我们可以使用 Microsoft.Azure.Management.DataFactories.DataSlice 从给定的数据集中获取 DataSlices。我们在 Microsoft.Azure.Management.DataFactory(用于 ADFV2)下的 AzureDataFactoryV2 中是否有类似的功能,以便我们可以获得以前的 DataSlices。我想使用 ADFV2 .Net SDK 来获取 DataSlices。

ADFv2 使用与 ADFv1 不同的模型。 新模型基于触发器,不再像 ADFv1 那样基于数据集切片模型。

来自 https://docs.microsoft.com/en-us/azure/data-factory/compare-versions :

ADF v1

Availability defines the processing window slicing model for the dataset (for example, hourly, daily, and so on).

ADF v2

You do not need to define availability schedules for datasets. You can define a trigger resource that can schedule pipelines from a clock scheduler paradigm. For more information, see Triggers and Datasets.