A raw item of data to be managed. More...
Public Attributes | |
const void * | data |
The memory reference of the data item. | |
uint32_t | size |
The number of bytes in the data item. |
A raw item of data to be managed.
Data items have a pointer to the data and a length (limited to 4GB for items stored in tables).
const void* WT_ITEM::data |
The memory reference of the data item.
For items returned by a WT_CURSOR, the pointer is only valid until the next operation on that cursor. Applications that need to keep an item across multiple cursor operations must make a copy.