ObjectBox C and C++ API  0.21.0
OBX_bytes Struct Reference

Bytes struct is an input/output wrapper typically used for a single object data (represented as FlatBuffers). More...

#include <objectbox.h>

Public Attributes

const void * data
 
size_t size
 

Detailed Description

Bytes struct is an input/output wrapper typically used for a single object data (represented as FlatBuffers).

Member Data Documentation

◆ data

const void* OBX_bytes::data

◆ size

size_t OBX_bytes::size