The reporting TFS Sub System
Team Foundation Server includes a data warehouse where data from work item tracking, source control, builds, testing tools, and third-party tools (if any) are stored. This data is used by Team Foundation for its built-in reporting functionality. The warehouse includes both a relational and an OLAP database. The relational database is organized in an approximate star schema, and the OLAP database is a data cube derived from the relational database.
Base Class | Microsoft.Windows.ApplicationComponent |
Abstract | False |
Hosted | False |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | a8b26859-91a3-2f2f-311b-bae7223542eb |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
![]() |
string | Display Name | Display name of monitoring object. | false | 256 | 0 | False |
TeamFoundationServer2017.TfsWarehouse: | |||||||
![]() |
string | TFS Instance ID | true | 256 | 0 | False | |
![]() |
string | Object Path | The Object Path includes the details needed for monitors to evaluate the status of this Item | false | 256 | 0 | False |
<ClassType ID="TeamFoundationServer2017.TfsWarehouse" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false" Extension="false">
<Property ID="TfsInstanceID" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ObjectPath" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>