Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
EncodingTypes
EncodingTypes
Encoding Types

We plan to at least supportCurrently supported types are:

NameDescription
Int32-bit signed integer, big-endian encoded
Long64-bit signed integer, big-endian encoded
Short16-bit signed integer, big-endian encoded
Byte8-bit signed integer, big-endian encoded
BooleanTrue or False.
StringUTF-8 encoded string. (whether it can contain nulls is TBD)
BinaryA binary blob to be stored in the region.
JSONUTF-8 encoded string, containing a JSON document that will be deserialized in the same way as the REST API.
Float32-bit floating point number.
Double64-bit floating point number.

...