Class CIM_PickerStatData
extends CIM_StatisticalData

Statistics for a PickerElement, related to pick/put successes, retries and failures. The element whose statistics are described is associated using the relationship, ElementStatisticalData.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalData
   |
   +--CIM_PickerStatData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringStatistics for a PickerElement, related to pick/put successes, retries and failures. The element whose statistics are described is associated using the relationship, ElementStatisticalData.
UMLPackagePathstringCIM::Device::StorageLib
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PickFailuresuint64
Counterbooleantrue
DescriptionstringThe number of failed picks.
PickRetriesuint64
Counterbooleantrue
DescriptionstringThe number of retried picks.
PickSuccessesuint64
Counterbooleantrue
DescriptionstringThe number of successful picks.
PutFailuresuint64
Counterbooleantrue
DescriptionstringThe number of failed puts.
PutRetriesuint64
Counterbooleantrue
DescriptionstringThe number of retried puts.
PutSuccessesuint64
Counterbooleantrue
DescriptionstringThe number of successful puts.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_StatisticalData
InstanceIDstringCIM_StatisticalData
SampleIntervaldatetimeCIM_StatisticalData
StartStatisticTimedatetimeCIM_StatisticalData
StatisticTimedatetimeCIM_StatisticalData

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
ResetSelectedStatsuint32CIM_StatisticalData