Click or drag to resize

SolidFireElementGetVolumeStats Method (Int64)

GetVolumeStats enables you to retrieve high-level activity measurements for a single volume. 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 GetVolumeStatsResult GetVolumeStats(
	long VolumeID
)

Parameters

VolumeID
Type: SystemInt64

Return Value

Type: GetVolumeStatsResult

Implements

ISolidFireElementGetVolumeStats(Int64)
See Also