Click or drag to resize

SolidFireElementListVolumeStatsAsync Method (CancellationToken, Int64)

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#
public Task<ListVolumeStatsResult> ListVolumeStatsAsync(
	CancellationToken cancellationToken,
	long[] VolumeIDs = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeIDs (Optional)
Type: SystemInt64

Return Value

Type: TaskListVolumeStatsResult

Implements

ISolidFireElementListVolumeStatsAsync(CancellationToken, Int64)
See Also