namespace ZB.MOM.WW.OtOpcUa.Host.Configuration
{
///
/// Controls how much of the Galaxy object hierarchy is loaded into the OPC UA address space.
///
public enum GalaxyScope
{
///
/// Load all deployed objects from the entire Galaxy (default, backward-compatible behavior).
///
Galaxy,
///
/// Load only objects hosted by the local platform and the structural areas needed to reach them.
///
LocalPlatform
}
}