Click or drag to resize

SolidFireElementGetVolumeAccessGroupEfficiencyAsync Method (GetVolumeAccessGroupEfficiencyRequest, CancellationToken)

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(
	GetVolumeAccessGroupEfficiencyRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiGetVolumeAccessGroupEfficiencyRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetEfficiencyResult

Implements

ISolidFireElementGetVolumeAccessGroupEfficiencyAsync(GetVolumeAccessGroupEfficiencyRequest, CancellationToken)
See Also