Microsoft.BizTalk.Server.2016.BAMAnalysisBAM Analysis

Microsoft.BizTalk.Server.2016.BAMAnalysis (ClassType)

Represents the BAM analysis components configured on a computer, and can be configured only if BAM run time is configured.

Knowledge Base article:

Summary

BAM Analysis database gets data imported from BAM Primary Import database where BizTalk Server stores data about activity instances. The data in BAM Analysis database is used to build activity aggregations stored in the form of OLAP cubes which are pre-calculated summaries of data that improve query response time.

The health of BAM Analysis depends on the availability of BAM alert services and BAM alert databases.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3f5d35d6-b80e-4ed9-cba7-336a3f6edf2e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2016.BAMAnalysis:
BAMAnalysisDbName  string  BAM Analysis Database Name Name of the BAM Analysis database true 256  False 
BAMAnalysisDbServerName  string  BAM Analysis Database Server Name Name of the BAM Analysis database server true 256  False 
BAMStarSchemaDbName  string  BAM Star Schema Database Name Name of the BAM Star Schema database false 256  False 
BAMStarSchemaDbServerName  string  BAM Star Schema Database Server Name Name of the BAM Star Schema database server false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2016.BAMAnalysis" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="BAMAnalysisDbName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMAnalysisDbServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMStarSchemaDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMStarSchemaDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>