Base type: System.Entity
Summary: This entity presents SQL database file information.
| Name | Type | Notes |
|---|---|---|
| DatabaseFileID | System.Int32 | The unique integer representation of database file. |
| SqlDatabaseFileGroupID | System.Int32 | The unique integer representation of parent database file group. |
| SqlDatabaseID | System.Int32 | The unique integer representation of parent SQL database. |
| ServerFileID | System.Int32 | The unique integer representation of server database file. |
| FileType | System.Byte | The byte value that contains the database file type. |
| Name | System.String | The string value that contains the database file name. |
| PhysicalName | System.String | The string value that contains the database file physical name. |
| Size | System.Int64 | The long value that contains the database file size. |
| UsedSpace | System.Int64 | The long value that contains the database file used space. |
| MaxSize | System.Int64 | The long value that contains the database file maximum size. |
| Growth | System.Int32 | The integer value that contains the database file growth. |
| IsPercentGrowth | System.Boolean | The integer value that contains the database file growth in percent. |
| AutoGrowth | System.Byte | The integer value that contains the database file auto growth. |
| VolumeID | System.Int32 | The unique integer representation of database file volume. |
| Status | System.Int32 | The status of an database file. |
| TimeStamp | System.DateTime | The date of last poll for database file information. |
| AvailableAutoGrowSpace | System.Int64 | The long value that contains the available auto growth space. |
| UsedSpacePercentage | System.Double | The percentage representation of database file space usage. |
| WhiteSpaceFreePercentage | System.Double | The percentage representation of free database file whitespace. |
| DetailsUrl | System.String | URL to database file details page. Used in alerting. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| FileStatistic | Orion.APM.SqlDatabaseFileStatistic | Defined by relationship Orion.APM.SqlDatabaseFileHostsSqlDatabaseFileStatistic (System.Hosting) |
| SqlDatabaseFileAlert | Orion.APM.SqlDatabaseFileAlert | Defined by relationship Orion.APM.SqlDatabaseFileAlertReferencesSqlDatabaseFile (System.Reference) |
| Database | Orion.APM.SqlDatabase | Defined by relationship Orion.APM.SqlDatabaseFileDatabase (System.Hosting) |