Click or drag to resize

SolidFireElementGetVolumeAccessGroupEfficiency Method (Int64)

GetVolumeAccessGroupEfficiency enables you to retrieve efficiency information about a volume access group. Only the volume access group you provide as the 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 GetEfficiencyResult GetVolumeAccessGroupEfficiency(
	long VolumeAccessGroupID
)

Parameters

VolumeAccessGroupID
Type: SystemInt64

Return Value

Type: GetEfficiencyResult

Implements

ISolidFireElementGetVolumeAccessGroupEfficiency(Int64)
See Also