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

Name

Type

Default

Description

serializeData

outputEncoding

base64

The encoding used to output the buffer (into a script or out through rest api). Valid values are: base64, hex, array, utf8, raw.

maxSize

Integer

1000

The maximum buffer size in bytes, up to 1MB.

Base property options not available:

  • array

  • uniqueValues

  • indexed

  • unique

Property Validators

Required name: required

Last updated