-
Couldn't load subscription status.
- Fork 66
Open
Milestone
Description
Looks like only String, byte[], and POJO is supported for blobtrigger, so the entire blob contents are loaded into memory.
Is it possible that java worker adds datatype like CloudBlockBlob, to avoid loading huge blob into memory and leverage storage api? Those types seems only supported in c# function.