serial class %IPM.Storage.ModuleSetting.NamespaceConfig
extends %IPM.Storage.ModuleSetting
Provides information on how to configure the namespace used for the Verify phase (for integration tests),
and perhaps also at some point the settings used for a new namespace created to install an application-packaged module.
• parameter DEFAULTGLOBAL = "^IPM.Storage.ModSet.NSConfig";
• property EnableEnsemble
as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Set to 1 if the Verify namespace should be Ensemble-enabled
• property EnableHealthShare
as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Set to 1 if the Verify namespace should be HealthShare-enabled
May only be set to 1 if EnableEnsemble is also 1.
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.