Click or drag to resize

SolidFireElementGetVolumeAccessGroupEfficiencyAsync Method (CancellationToken, 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 Task<GetEfficiencyResult> GetVolumeAccessGroupEfficiencyAsync(
	CancellationToken cancellationToken,
	long VolumeAccessGroupID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeAccessGroupID
Type: SystemInt64

Return Value

Type: TaskGetEfficiencyResult

Implements

ISolidFireElementGetVolumeAccessGroupEfficiencyAsync(CancellationToken, Int64)
See Also