IceGrid.DbEnvDescriptor

class IceGrid.DbEnvDescriptor(name: str = '', description: str = '', dbHome: str = '', properties: list[PropertyDescriptor] = <factory>)

Bases: object

A Freeze database environment descriptor (deprecated, no longer used).

Parameters:
name

The name of the database environment.

Type:

str

description

The description of this database environment.

Type:

str

dbHome

The home of the database environment.

Type:

str

properties

The configuration properties of the database environment.

Type:

list[PropertyDescriptor]

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::DbEnvDescriptor.