Click or drag to resize

SolidFireElementSetDefaultQoSAsync Method (SetDefaultQoSRequest, CancellationToken)

SetDefaultQoS enables you to configure the default Quality of Service (QoS) values (measured in inputs and outputs per second, or IOPS) for a volume. For more information about QoS in a SolidFire cluster, see the User Guide.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetDefaultQoSResult> SetDefaultQoSAsync(
	SetDefaultQoSRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiSetDefaultQoSRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskSetDefaultQoSResult

Implements

ISolidFireElementSetDefaultQoSAsync(SetDefaultQoSRequest, CancellationToken)
See Also