Ice 3.7 Slice API Reference
Data Members | List of all members
IceGrid::DbEnvDescriptor Struct Reference

A Freeze database environment descriptor. More...

defined in <IceGrid/Descriptor.ice>

["cpp:comparable"]
struct DbEnvDescriptor { ... }

Data Members

string dbHome
 The home of the database environment (i.e., the directory where the database files will be stored). More...
 
string description
 The description of this database environment. More...
 
string name
 The name of the database environment. More...
 
PropertyDescriptorSeq properties
 The configuration properties of the database environment. More...
 

Detailed Description

A Freeze database environment descriptor.

Data Member Documentation

◆ dbHome

string dbHome

The home of the database environment (i.e., the directory where the database files will be stored).

If empty, the node will provide a default database directory, otherwise the directory must exist.

◆ description

string description

The description of this database environment.

◆ name

string name

The name of the database environment.

◆ properties

The configuration properties of the database environment.


The documentation for this struct was generated from the following file: