Click or drag to resize

SolidFireElementSetDefaultQoSAsync Method (CancellationToken, NullableInt64, NullableInt64, NullableInt64)

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(
	CancellationToken cancellationToken,
	Nullable<long> MinIOPS = null,
	Nullable<long> MaxIOPS = null,
	Nullable<long> BurstIOPS = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
MinIOPS (Optional)
Type: SystemNullableInt64
MaxIOPS (Optional)
Type: SystemNullableInt64
BurstIOPS (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskSetDefaultQoSResult

Implements

ISolidFireElementSetDefaultQoSAsync(CancellationToken, NullableInt64, NullableInt64, NullableInt64)
See Also