Click or drag to resize

SolidFireElementListDriveStatsAsync Method (CancellationToken, Int64)

ListDriveStats enables you to retrieve high-level activity measurements for multiple drives in the cluster. By default, this method returns statistics for all drives in the cluster, and these measurements are cumulative from the addition of the drive to the cluster. Some values this method returns are specific to block drives, and some are specific to metadata drives.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListDriveStatsResult> ListDriveStatsAsync(
	CancellationToken cancellationToken,
	long[] Drives = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Drives (Optional)
Type: SystemInt64

Return Value

Type: TaskListDriveStatsResult

Implements

ISolidFireElementListDriveStatsAsync(CancellationToken, Int64)
See Also