DataONTAP.Summary.Stats.StorageEfficiencyData ONTAP Summary Storage Efficiency Stats

DataONTAP.Summary.Stats.StorageEfficiency (ClassType)

Knowledge Base article:

Summary

The Storage Efficiency panel gives statistics about the storage efficiency of all monitored storage systems. Storage efficiency measures total usable space. Total usable space is equal to raw space plus space gained by space-saving technologies like FlexClone and deduplication.

Additional

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdb94992e4-9c8e-6b90-4b5c-8275c456c177

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
DataONTAP.Summary.Stats.StorageEfficiency:
Statistic  string  Statistic true 256  False 
Total  string  Total false 256  False 
Percentage  string  Percentage false 256  False 

Health Model:

Source Code:

<ClassType ID="DataONTAP.Summary.Stats.StorageEfficiency" Accessibility="Internal" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="Statistic" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Total" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Percentage" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>