When would a Directory Watch Trigger configured for CREATE events fire?

Prepare for the FME Certified Professional Test with engaging quizzes and flashcards featuring detailed explanations. Master the essential skills and concepts needed to excel in the exam!

Multiple Choice

When would a Directory Watch Trigger configured for CREATE events fire?

Explanation:
Directory Watch Trigger for CREATE events operates on a polling basis. It doesn’t fire the instant a file appears; instead, the directory is scanned at fixed intervals, and when a new file is detected during a poll, the trigger fires. That means it fires after the next poll interval. The exact timing depends on how often you set the poll interval—short intervals detect new files sooner, longer ones delay the firing. A CREATE event is specifically about new files, so it wouldn’t fire for modifications or deletions unless those respective events are configured separately.

Directory Watch Trigger for CREATE events operates on a polling basis. It doesn’t fire the instant a file appears; instead, the directory is scanned at fixed intervals, and when a new file is detected during a poll, the trigger fires. That means it fires after the next poll interval. The exact timing depends on how often you set the poll interval—short intervals detect new files sooner, longer ones delay the firing. A CREATE event is specifically about new files, so it wouldn’t fire for modifications or deletions unless those respective events are configured separately.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy