Azure / Azure/azure-functions-java-worker
Add more DataTypes support for blobtrigger
Open
needs-discussion
New Feature
reviewed
- Dominant language
- Java
- Stars
- 103
- Forks
- 74
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
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](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob#trigger---usage) seems only supported in c# function.
Contributor guide
Assessment
This issue has not been assessed yet.