Click or drag to resize

SolidFireElementListVolumeStatsByAccountAsync Method (ListVolumeStatsByAccountRequest, CancellationToken)

ListVolumeStatsByAccount returns high-level activity measurements for every account. Values are summed from all the volumes owned by the account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVolumeStatsByAccountResult> ListVolumeStatsByAccountAsync(
	ListVolumeStatsByAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListVolumeStatsByAccountResult

Implements

ISolidFireElementListVolumeStatsByAccountAsync(ListVolumeStatsByAccountRequest, CancellationToken)
See Also