apoc.create.uuidBase64
Function
apoc.create.uuidBase64()
- returns a UUID encoded with base64.
Usage Examples
The following generates a new UUID encoded with Base64:
RETURN apoc.create.uuidBase64() as output;
Output |
---|
"vX8dM5XoSe2ldoc/QzMEyw" |
Was this page helpful?