apoc.create.uuidBase64

Function

apoc.create.uuidBase64() - returns a UUID encoded with base64.

Signature

apoc.create.uuidBase64() :: STRING

Usage Examples

The following generates a new UUID encoded with Base64:

RETURN apoc.create.uuidBase64() as output;
Table 1. Results
Output

"vX8dM5XoSe2ldoc/QzMEyw"