Binary

Property Type: binary

A binary property represents a raw buffer. For uploads and data with associated mimes such as video and images, use a File property. Scripting buffer objects can be natively stored and retrieved using the raw outputEncoding.

Property Options

NameTypeDefaultDescription
serializeDataoutputEncodingbase64The encoding used to output the buffer (into a script or out through rest api). Valid values are:
base64, hex, array, utf8, raw.
maxSizeInteger1000The maximum buffer size in bytes, up to 1MB.

Base property options not available:

  • array
  • uniqueValues
  • indexed
  • unique

Property Validators

Required
name: required