InstallationData Table
Stores all of the installation information. Installation records are scoped as per the scoping rules in FNMP.
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
InstallationDataID
|
Type: integer. Key. Generated ID A unique identifier for this installation data. |
SnapshotID
|
Type: integer. Key The snapshot to which this installation data pertains. Reference to the snapshot dimension. |
SoftwareTitleID
|
Type: integer. Key The software title that is installed. Reference to the software title dimension. |
LocationID
|
Type: integer. Key The location where these installs occurred. |
CorporateUnitID
|
Type: integer. Key The corporate unit where these installs occurred. |
CostCenterID
|
Type: integer. Key The cost center where these installs occurred. |
CategoryID
|
Type: integer. Key The category that classifies these installs. |
InstalledCount
|
Type: integer. Key The number of installs. |
LicensableInstalledCount
|
Type: integer The number of licensable installs. |
LicensedCount
|
Type: integer The number of installs which are covered by a license. |
UsedCount
|
Type: integer. Key The number of installations which have usage exceeding the defined levels for the installation to be deemed used. |
VirtualEnvironmentCount
|
Type: integer The number of installs which are on virtual machines. |