Click or drag to resize

SolidFireElementListVolumeStatsByAccountAsync Method (CancellationToken, Int64, NullableBoolean)

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(
	CancellationToken cancellationToken,
	long[] Accounts = null,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Accounts (Optional)
Type: SystemInt64
IncludeVirtualVolumes (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskListVolumeStatsByAccountResult

Implements

ISolidFireElementListVolumeStatsByAccountAsync(CancellationToken, Int64, NullableBoolean)
See Also