Click or drag to resize

SolidFireElementListVolumeStatsByVolumeAsync Method (ListVolumeStatsByVolumeRequest, CancellationToken)

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

Parameters

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

Return Value

Type: TaskListVolumeStatsByVolumeResult

Implements

ISolidFireElementListVolumeStatsByVolumeAsync(ListVolumeStatsByVolumeRequest, CancellationToken)
See Also