Click or drag to resize

SolidFireElementListVolumeQoSHistogramsAsync Method (ListVolumeQoSHistogramsRequest, CancellationToken)

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

Parameters

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

Return Value

Type: TaskListVolumeQoSHistogramsResult

Implements

ISolidFireElementListVolumeQoSHistogramsAsync(ListVolumeQoSHistogramsRequest, CancellationToken)
See Also