Base type: System.Entity
Summary: This entity presents SQL table information.
Name | Type | Notes |
---|---|---|
TableID | System.Int32 | The unique integer representation of SQL table. |
SqlDatabaseFileGroupID | System.Int32 | The unique integer representation of database file group. |
SqlDatabaseID | System.Int32 | The unique integer representation of SQL database. |
ServerObjectID | System.Int32 | The unique integer representation of SQL table. |
Name | System.String | The string value that contains the table name. |
RowCount | System.Int64 | The integer value that contains the SQL table rows count. |
TotalSpace | System.Int64 | The long value that contains the database table total space. |
Status | System.Int32 | The status of an SQL table. |
TimeStamp | System.DateTime | The date of poll for SQL table. |
IndexSpace | System.Int64 | The bytes value that contains table index used space. |
PercentUsageByIndex | System.Decimal | The percentage representation of SQL table index space usage. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Database | Orion.APM.SqlDatabase | Defined by relationship Orion.APM.SqlDatabaseTables (System.Hosting) |