Click or drag to resize

SolidFireElementGetVolumeEfficiency Method (Int64)

GetVolumeEfficiency enables you to retrieve information about a volume. Only the volume you give as a parameter in this API method is used to compute the capacity.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public GetVolumeEfficiencyResult GetVolumeEfficiency(
	long VolumeID
)

Parameters

VolumeID
Type: SystemInt64

Return Value

Type: GetVolumeEfficiencyResult

Implements

ISolidFireElementGetVolumeEfficiency(Int64)
See Also