I am getting some events from event hub and saving them in ADLS Gen 2 without performing any operation. Just saving the live events in ADLS Gen 2. I am not doing any kind of sum, average or filteration. I want my job to update my blob every 15 minutes. Like it should not process events as soon as event came, it should hold according to 15 minutes cycle amd then process the events. I want output to be updated every 15 minutes.
I am getting some events from event hub and saving them in ADLS Gen 2 without performing any operation. Just saving the live events in ADLS Gen 2.
I am not doing any kind of sum, average or filtration.
I want my job to update my blob every 15 minutes.
Like it should not process events as soon as event came, it should hold according to 15 minutes cycle amd then process the events.
I want output to be updated every 15 minutes.