Click or drag to resize

SolidFireElementListVolumeStatsByVolumeAsync Method (CancellationToken, NullableBoolean)

ListVolumeStatsByVolume returns high-level activity measurements for every volume, by volume. Values are cumulative from the creation of the volume.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVolumeStatsByVolumeResult> ListVolumeStatsByVolumeAsync(
	CancellationToken cancellationToken,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

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

Return Value

Type: TaskListVolumeStatsByVolumeResult

Implements

ISolidFireElementListVolumeStatsByVolumeAsync(CancellationToken, NullableBoolean)
See Also