Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-DeploymentException
prevIceGrid-CommunicatorDescriptor
Section


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.

Ztop

Data Members

string
Anchor
name
name
name;

The name of the database environment.

string
Anchor
description
description
description;

The description of this database environment.

string
Anchor
dbHome
dbHome
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
Anchor
properties
properties
properties;

The configuration properties of the database environment.

Ztop

Znav
nextIceGrid-DeploymentException
prevIceGrid-CommunicatorDescriptor
Section