You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,49 @@
352
352
},
353
353
"description": "Blob event types."
354
354
},
355
+
"CustomEventsTrigger": {
356
+
"description": "Trigger that runs every time a custom event is received.",
"description": "The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.",
370
+
"type": "string"
371
+
},
372
+
"subjectEndsWith": {
373
+
"description": "The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.",
374
+
"type": "string"
375
+
},
376
+
"events": {
377
+
"description": "The list of event types that cause this trigger to fire.",
378
+
"type": "array",
379
+
"items": {
380
+
"type": "object"
381
+
}
382
+
},
383
+
"scope": {
384
+
"description": "The ARM resource ID of the Azure Event Grid Topic.",
385
+
"type": "string"
386
+
}
387
+
},
388
+
"required": [
389
+
"events",
390
+
"scope"
391
+
]
392
+
}
393
+
},
394
+
"required": [
395
+
"typeProperties"
396
+
]
397
+
},
355
398
"TumblingWindowTrigger": {
356
399
"description": "Trigger that schedules pipeline runs for all fixed time interval windows from a start time without gaps and also supports backfill scenarios (when start time is in the past).",
0 commit comments