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

DataType should be an enum

Open JonathanGiles opened this issue 7 years ago • 0 comments

It seems that there is only a small number of valid dataTypes - string and binary (perhaps more, I haven't reviewed the docs exhaustively). It would be wise in my opinion to replace the String type with a custom enumeration, to prevent developer confusion over what the valid values are.

JonathanGiles avatar Mar 20 '18 20:03 JonathanGiles