Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.

A dbproperty element defines a BerkeleyDB configuration property for a Freeze database environment.

This element may only appear as a child of a dbenv element.

The following attributes are supported:

Attribute

Description

Required

name

The name of the configuration property.

Yes

value

The value of the configuration property. If not defined, the value is an empty string.

No

Here is an example to demonstrate the use of this element:

XML
<dbenv name="MyEnv" home="/opt/data/db">
    <description>A description of the database environment.</description>
    <dbproperty name="set_cachesize" value="0 52428800 1"/>
</dbenv>
See Also
  • No labels