Azure / Azure/azure-functions-java-worker

Add more DataTypes support for blobtrigger

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.