TeamFoundationServer2013.TFSWarehouseTFS Warehouse

TeamFoundationServer2013.TFSWarehouse (ClassType)

Knowledge Base article:

Summary

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.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd38ce288-f4cd-c1d6-fd77-b377a437ac42

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 
TeamFoundationServer2013.TFSWarehouse:
WarehouseInstance  string  Warehouse Instance true 256  False 
ATServerNames  string  AT Server Names false 256  False 
InstalledPort  string  Installed Port Port that the TFS instance is installed on, default port is 8080, but if a non-default port is used it will be entered as an override to the discovery and copied to this object during the discovery phase. false  False 
VirtualDirectory  string  Virtual Directory The virtual directory that TFS is installed in false 256  False 
useSSL  bool  Use SSL Use SSL for web services, this is an SSL only TFS installation with no non-SSL bindings available. false 256   

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2013.TFSWarehouse" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="WarehouseInstance" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ATServerNames" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstalledPort" Type="string" Key="false" CaseSensitive="false" Length="6" MinLength="0"/>
<Property ID="VirtualDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="useSSL" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>