Bytes

Bytes methods and properties.

Description

Bytes methods let you create and manipulate FQL Bytes values. A Bytes value stores a byte array, represented as a Base64-encoded string. You can use Bytes to store binary data in a Fauna database.

Static methods

Method Description

Convert a Base64-encoded string to an FQL Bytes value.

Convert a Base64-encoded string to an FQL Bytes value.

Instance methods

Method Description

Convert an FQL Bytes value to a Base64-encoded string.

Convert an FQL Bytes value to a Base64-encoded string.

\