Click or drag to resize

SolidFireElementGetDefaultQoSAsync Method

GetDefaultQoS enables you to retrieve the default QoS values for a newly created volume.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskVolumeQOS

Implements

ISolidFireElementGetDefaultQoSAsync(CancellationToken)
See Also