BYTES
BYTES: { value }
Description
The BYTES
operation created a constant Bytes
(byte array) value. This operation allows you to embed static byte array within your logic.
Parameters
value
(string, required):- Specifies the byte array (as a yaml string) you want to use as a constant.
- This value will be directly returned by the operation.
- The text value cannot be null or empty string.
Return Type
Examples
TODO: Provide real-world examples