为数据流添加下面的代码片段,以在事件中添加BlobCreation属性。
{
"name": "event",
"properties": {
"type": "BlobCreated",
"typeProperties": {
"location": "<>/<>",
"folderPath": "<>",
"fileName": "<>",
"serialization": {
"type": "JsonFormat",
"filePattern": "setOfObjects"
},
"useEventGrid": true
}
}
}
其中,"<
通过添加这些属性,你将能够在ADF数据流中创建BlobCreation事件。
下一篇:ADF查找/连接返回最长字符串