GetSupportedStripeDepthRange method of the CIM_StorageCapabilities class

For systems that support a range of UserDataStripeDepths for volume or pool creation, this method can be used to retrieve the supported range. Note that different implementations may support either the GetSupportedStripeDepths or the GetSupportedStripeDepthRange method. If the system only supports discrete values, then the return value will be set to 2.

Syntax

uint32 GetSupportedStripeDepthRange(
  [out] uint64 MinimumStripeDepth,
  [out] uint64 MaximumStripeDepth,
  [out] uint64 StripeDepthDivisor
);

Parameters

MinimumStripeDepth [out]

The minimum UserDataStripeDepth for a volume/pool in bytes.

MaximumStripeDepth [out]

The maximum UserDataStripeDepth for a volume/pool in bytes.

StripeDepthDivisor [out]

A volume/pool UserDataStripeDepth must be a multiple of this value which is specified in bytes.

Return value

Method completed OK (0)

Method not supported (1)

Use GetSupportedStripeDepths instead (2)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_StorageCapabilities