KnownDeploymentFlags Class

Deployment flags that are known to the application and affect which parts of the application are available.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationKnownDeploymentFlags

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class KnownDeploymentFlags

The KnownDeploymentFlags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEDCMicroservice
Indicates that the engine is running in the EDC Microservice.
Public fieldStatic memberFlowise
Indicates that the application is running with the Flowise AI module.
Public fieldStatic memberNoDB2
Connections to IBM DB2 data sources are not available.
Public fieldStatic memberNoExport
Exporting functionality is not available.
Public fieldStatic memberNoJdbc
Connections to JDBC data sources are not available.
Public fieldStatic memberNoMachineLearning
Machine learning functionality is not available.
Public fieldStatic memberNoOdbc
Connections to ODBC data sources are not available.
Public fieldStatic memberNoPython
Python is not available.
Public fieldStatic memberStorageMicroservice
Indicates that the engine is running in the Storage Microservice.
Public fieldStatic memberSymphony
Indicates that the application is running as part of Logi Symphony.
Top
See Also