Adaptive Framework 0.9.0

random_base64Binary

The following is a list of properties for the function random_base64Binary:

PropertyValue
briefGenerate random octets (base64Binary)
categoryrandom
dataTypeMethodfalse
descriptionThis returns a specified number of random octets as dataType base64Binary.
functionIdrandom_base64Binary
functionLabelrandom_base64Binary
parameters[ { "dataType": "integer", "description": "The number of random octets to generate.", "name": "numberOfOctets" } ]
returns{ "dataType": "base64Binary" }