Base type: System.StatisticsEntity
Summary: Stores storage array statistics. Namely: IO IOPS IO Size Hit IO Bytes Cache Hit Ratio R/W Ratio Throughput
| Name | Type | Notes |
|---|---|---|
| Description | System.String | |
| StorageArrayID | System.Int32 | |
| IOTotal | System.Int64 | |
| IORead | System.Int64 | |
| IOWrite | System.Int64 | |
| IOOther | System.Int64 | |
| IOPSTotal | System.Single | |
| IOPSRead | System.Single | |
| IOPSWrite | System.Single | |
| IOPSOther | System.Single | |
| IOPSReadWriteRatio | System.Single | |
| BytesTotal | System.Int64 | |
| BytesRead | System.Int64 | |
| BytesWrite | System.Int64 | |
| BytesPSTotal | System.Single | |
| BytesPSRead | System.Single | |
| BytesPSWrite | System.Single | |
| IOSizeTotal | System.Int32 | |
| IOSizeRead | System.Int32 | |
| IOSizeWrite | System.Int32 | |
| HitIORead | System.Int64 | |
| HitIOWrite | System.Int64 | |
| Weight | System.Single | |
| CacheHitRatio | System.Single | |
| RatioRead | System.Single | |
| RatioWrite | System.Single | |
| ObservationTimestamp | System.DateTime | |
| ObservationFrequency | System.DateTime | |
| Weight | System.Double | Default='1.0'. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| StorageArray | Orion.SRM.StorageArrays | Defined by relationship Orion.SRM.StorageArraysReferencesStorageArrayStatistics (System.Hosting) |