TableOutput.dataType Method
Definition
Defines how Functions runtime should treat the parameter value. Possible values are:
- "" or string: treat it as a string whose value is serialized from the parameter
- binary: treat it as a binary data whose value comes from for example OutputBinding<byte[]>
public abstract String dataType()
Returns
java.lang.String
The dataType which will be used by the Functions runtime.