Click or drag to resize

SolidFireElementGetVolumeStatsAsync Method (CancellationToken, 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 Task<GetVolumeStatsResult> GetVolumeStatsAsync(
	CancellationToken cancellationToken,
	long VolumeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64

Return Value

Type: TaskGetVolumeStatsResult

Implements

ISolidFireElementGetVolumeStatsAsync(CancellationToken, Int64)
See Also