Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient Documentation #42

Open
infobrixGit opened this issue May 13, 2024 · 0 comments
Open

Insufficient Documentation #42

infobrixGit opened this issue May 13, 2024 · 0 comments

Comments

@infobrixGit
Copy link

Please can you add more documentation
@BlobTrigger(name = "triggerBlob", path = "test-triggerinput-java/{name}", dataType = "binary") byte[] triggerBlob,
@BindingName("name") String fileName,
@BlobInput(name = "inputBlob", path = "test-input-java/{name}", dataType = "binary") byte[] inputBlob,
@BlobOutput(name = "outputBlob", path = "test-output-java/{name}", dataType = "binary") OutputBinding<byte[]> outputBlob,
final ExecutionContext context

How to use that code ? If triggerBlob = content , then what is inputBlob? what is the goal ?
Please explain/ document every argument , every annotation , every configuration to be created or this code assumes and purpose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant