Click or drag to resize

SolidFireElementGetDriveConfigAsync Method

GetDriveConfig enables you to display drive information for expected slice and block drive counts as well as the number of slices and block drives that are currently connected to the node. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetDriveConfigResult> GetDriveConfigAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetDriveConfigResult

Implements

ISolidFireElementGetDriveConfigAsync(CancellationToken)
See Also