且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将数据批量发送到rest API的***方法是什么?

更新时间:2023-02-03 15:40:41

我认为您不能使用开箱即用的功能将数据批量发布到REST API.您只能从其他API获取数据: https ://docs.microsoft.com/zh-CN/azure/data-factory/copy-activity-overview (

I think you can't bulk post data to a REST API using the out of the box functionality. You can only get data from a rest api: https://docs.microsoft.com/en-us/azure/data-factory/copy-activity-overview (Generic HTTP)

也许您可以使用通过网络活动执行的LogicApp,也可以在我的博客上找到一个示例:

Maybe you can use a LogicApp that you execute using a web activity, you can find an example on my blog: https://jorgklein.com/2018/02/28/process-azure-analysis-services-objects-using-a-logic-app-part-2/

O 另一种选择是使用自定义活动(Azure批处理):

Other option would be to use a custom activity (Azure Batch): https://docs.microsoft.com/en-us/azure/data-factory/transform-data-using-dotnet-custom-activity