Click or drag to resize

SolidFireElement.ListVolumeStatsByVolumeAsync Method (CancellationToken, Nullable<Boolean>)

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.Threading.CancellationToken
IncludeVirtualVolumes (Optional)
Type: System.Nullable<Boolean>

Return Value

Type: Task<ListVolumeStatsByVolumeResult>

Implements

ISolidFireElement.ListVolumeStatsByVolumeAsync(CancellationToken, Nullable<Boolean>)
See Also