Click or drag to resize

SolidFireElementListVolumeQoSHistograms Method (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 ListVolumeQoSHistogramsResult ListVolumeQoSHistograms(
	Nullable<long> VolumeIDs = null
)

Parameters

VolumeIDs (Optional)
Type: SystemNullableInt64

Return Value

Type: ListVolumeQoSHistogramsResult

Implements

ISolidFireElementListVolumeQoSHistograms(NullableInt64)
See Also