本文介绍了从Blob源到Blob目标的quickstart-create-data-factory-dot-net如何在.NET SDK中从Blob到Azure Data Lake存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI All,

链接是使用.NET SDK将文件从Azure Blob移动到Azure Blob的示例

below link is example for moving file from Azure Blob to Azure Blob using .NET SDK

https: //docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-dot-net

https://docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-dot-net

现在我想从Azure Blob迁移到Azure Data Lake,请任何人都知道我们可以使用哪个类库。

now i want to move from Azure Blob to Azure Data Lake, please any body have idea which class library we can used.

谢谢,

Manish

推荐答案

同样,您现在要查找 的模型。 Azure Data Lake。 在参考文献中,它被称为

AzureDataLakeStoreDataset
 &absp; AzureDataLakeStoreLinkedService for DataLake
Gen1。



请注意那里是DataLake Gen1和DataLake Gen2。
$


点击此处查看Gen2

Similarly , you now want to find a model for  Azure Data Lake.  In the reference it is calledAzureDataLakeStoreDataset and AzureDataLakeStoreLinkedService for DataLake Gen1.

Do be aware there is DataLake Gen1 and DataLake Gen2.

Click here for Gen2


这篇关于从Blob源到Blob目标的quickstart-create-data-factory-dot-net如何在.NET SDK中从Blob到Azure Data Lake存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 02:19