Click or drag to resize

SolidFireElementSetDefaultQoS Method (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 SetDefaultQoSResult SetDefaultQoS(
	Nullable<long> MinIOPS = null,
	Nullable<long> MaxIOPS = null,
	Nullable<long> BurstIOPS = null
)

Parameters

MinIOPS (Optional)
Type: SystemNullableInt64
MaxIOPS (Optional)
Type: SystemNullableInt64
BurstIOPS (Optional)
Type: SystemNullableInt64

Return Value

Type: SetDefaultQoSResult

Implements

ISolidFireElementSetDefaultQoS(NullableInt64, NullableInt64, NullableInt64)
See Also