Base type: System.Entity
Summary: This entity presents details of site's file's.
| Name | Type | Notes |
|---|---|---|
| SiteID | System.Int32 | The unique integer representation of target site. |
| SiteName | System.String | The string value that contains the unique name of the web site. |
| DisplayName | System.String | The string value that contains the site directory and site name. |
| PhysicalPath | System.String | The string value that specifies the name of the directory where files are stored. |
| FilesCount | System.Int32 | The integer value that specifies the count of web site files. |
| FilesCountStatus | System.Int32 | The integer value that specifies status of the count of web site files. |
| FilesSize | System.Double | The double value that specifies the size of web site files. |
| FilesSizeStatus | System.Int32 | The integer value that specifies status of the size of web site files. |
| VolumeID | System.Int32 | The unique integer representation of web site file's volume. |
| VolumeSize | System.Double | The integer value that specifies size of web site file's volume. |
| DetailsUrl | System.String | URL to site details page. Used in alerting. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| SiteDirectoryStatistics | Orion.APM.IIS.SiteDirectoryStatistics | Defined by relationship Orion.APM.IIS.SiteDirectoryStatisticsReferencesSiteDirectory (System.Reference) |
| Site | Orion.APM.IIS.Site | Defined by relationship Orion.APM.IIS.SiteHostsSiteDirectory (System.Hosting) |