The DatabaseEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Blob |
Deprecated. Replaced by ExternalFile.
| |
Data |
The byte string stored in or retrieved from a database
| |
ExternalFile |
Whether the record data will be stored as an external file,
regardless of size.
| |
Partial |
Whether the DatabaseEntry is partial record.
| |
PartialLen |
The byte length of the partial record being read or written by
the application
| |
PartialOffset |
The offset of the partial record being read or written by the
application, in bytes.
| |
ReadOnly |
Set this DatabaseEntry as read only - Berkeley DB cannot
alter the entry.
|