Base type: System.Entity
Summary: This entity presents SQL index.
| Name | Type | Notes |
|---|---|---|
| IndexID | System.Int32 | The unique integer representation of index. |
| 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 index. |
| Name | System.String | The string value that contains the index name. |
| TableName | System.String | The string value that contains the index table name. |
| IndexType | System.Byte | The byte value that contains the index type. |
| Size | System.Int64 | The long value that contains the index size. |
| Fragmentation | System.Double | The double value that contains the index fragmentation. |
| Status | System.Int32 | The status of an index. |
| TimeStamp | System.DateTime | The date of poll for index. |
| 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.SqlDatabaseIndexes (System.Hosting) |