Click or drag to resize

ISolidFireElementListVolumeStatsAsync Method (ListVolumeStatsRequest, CancellationToken)

ListVolumeStats returns high-level activity measurements for a single volume, list of volumes, or all volumes (if you omit the volumeIDs parameter). Measurement 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#
Task<ListVolumeStatsResult> ListVolumeStatsAsync(
	ListVolumeStatsRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListVolumeStatsResult
See Also