Base type: System.Entity
Summary: This entity presents details of site's log 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 log directory and site name. |
Directory | System.String | The string value that specifies the name of the directory where log files are stored. |
Enabled | System.Boolean | The boolean value that specifices if logging is enabled for site. |
FilesCount | System.Int32 | The integer value that specifies the count of web site log files. |
FilesCountStatus | System.Int32 | The integer value that specifies status of the count of web site log files. |
FilesSize | System.Double | The double value that specifies the size of web site log files. |
FilesSizeStatus | System.Int32 | The integer value that specifies status of the size of web site log files. |
VolumeID | System.Int32 | The unique integer representation of web site log file's volume. |
VolumeSize | System.Int64 | The integer value that specifies size of web site log 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'. |
SiteLogDirectoryStatistics | Orion.APM.IIS.SiteLogDirectoryStatistics | Defined by relationship Orion.APM.IIS.SiteLogDirectoryStatisticsReferencesSiteLogDirectory (System.Reference) |
Site | Orion.APM.IIS.Site | Defined by relationship Orion.APM.IIS.SiteHostsSiteLogFile (System.Hosting) |