Click or drag to resize

SolidFireElementListVolumeQoSHistogramsAsync Method (CancellationToken, NullableInt64)

ListVolumeQoSHistograms returns histograms detailing volume performance relative to QOS settings. It may take up to 5 seconds for newly created volumes to have accurate histogram data available.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVolumeQoSHistogramsResult> ListVolumeQoSHistogramsAsync(
	CancellationToken cancellationToken,
	Nullable<long> VolumeIDs = null
)

Parameters

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

Return Value

Type: TaskListVolumeQoSHistogramsResult

Implements

ISolidFireElementListVolumeQoSHistogramsAsync(CancellationToken, NullableInt64)
See Also