> For the complete documentation index, see [llms.txt](https://docs.medable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medable.com/cortex-api/objects-definition/object-properties/binary.md).

# 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  | <p>The encoding used to output the buffer (into a script or out through rest api). Valid values are:<br>base64, hex, array, utf8, raw.</p> |
| 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`
