Click or drag to resize

GetEfficiencyResult Class

GetEfficiencyResult
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiGetEfficiencyResult

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class GetEfficiencyResult : RpcBase

The GetEfficiencyResult type exposes the following members.

Constructors
  NameDescription
Public methodGetEfficiencyResult
Initializes a new instance of the GetEfficiencyResult class
Top
Properties
  NameDescription
Public propertyCompression
The amount of space being saved by compressing data on a single volume. Stated as a ratio where "1" means data has been stored without being compressed.
Public propertyDeduplication
The amount of space being saved on a single volume by not duplicating data. Stated as a ratio.
Public propertyMissingVolumes
The volumes that could not be queried for efficiency data. Missing volumes can be caused by GC being less than hour old, temporary network loss or restarted services since the GC cycle.
Public propertyThinProvisioning
The ratio of space used to the amount of space allocated for storing data. Stated as a ratio.
Public propertyTimestamp
The last time efficiency data was collected after Garbage Collection (GC). ISO 8601 data string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also