GetEfficiencyResult Class |
Namespace: SolidFire.Element.Api
public class GetEfficiencyResult : RpcBase
The GetEfficiencyResult type exposes the following members.
Name | Description | |
---|---|---|
GetEfficiencyResult | Initializes a new instance of the GetEfficiencyResult class |
Name | Description | |
---|---|---|
Compression |
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.
| |
Deduplication |
The amount of space being saved on a single volume by not duplicating data. Stated as a ratio.
| |
MissingVolumes |
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.
| |
ThinProvisioning |
The ratio of space used to the amount of space allocated for storing data. Stated as a ratio.
| |
Timestamp |
The last time efficiency data was collected after Garbage Collection (GC). ISO 8601 data string.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |