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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IceGrid::DbEnvDescriptor

Overview

struct DbEnvDescriptor

A Freeze database environment descriptor.

Used By

Data Member Index

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

Data Members

string name;

The name of the database environment.

string description;

The description of this database environment.

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.

IceGrid::PropertyDescriptorSeq properties;

The configuration properties of the database environment.


  • No labels