Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextDescription Descriptor Element
prevDbEnv Descriptor Element

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:

Wiki Markup
{zcode: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>
{zcode}
Ztop
See Also
Zret
Znav
nextDescription Descriptor Element
prevDbEnv Descriptor Element