ConfigurationFileType Table

ConfigurationFileType is a static table storing the types of configuration files used by IT Asset Management.

Table 1. Database columns for ConfigurationFileType table

Database Column

Details

ConfigurationFileTypeID

Type: integer. Key. Generated ID

A unique identifier for each ConfigurationFileType. Possible values and the corresponding default strings are:

  • 1 = SQL Server
  • 2 = Other (the inventory source is another type of data store, like an Excel sheet or MS Access database).
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a configuration file type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.