azure-functions-java-worker icon indicating copy to clipboard operation
azure-functions-java-worker copied to clipboard

Add more DataTypes support for blobtrigger

Open JohnReeson opened this issue 6 years ago • 0 comments

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.

JohnReeson avatar Jul 10 '18 01:07 JohnReeson