Click or drag to resize

SolidFireElementListVolumeStats Method (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 ListVolumeStatsResult ListVolumeStats(
	long[] VolumeIDs = null
)

Parameters

VolumeIDs (Optional)
Type: SystemInt64

Return Value

Type: ListVolumeStatsResult

Implements

ISolidFireElementListVolumeStats(Int64)
See Also