Click or drag to resize

ISolidFireElementGetDefaultQoSAsync 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#
Task<VolumeQOS> GetDefaultQoSAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskVolumeQOS
See Also