GetSupportedStripeDepths method of the CIM_StorageCapabilities class

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

Syntax

uint32 GetSupportedStripeDepths(
  [out] uint64 StripeDepths[]
);

Parameters

StripeDepths [out]

List of supported UserDataStripeDepths for a Volume/Pool creation or modification.

Return value

Method completed OK (0)

Method not supported (1)

Use GetSupportedStripeDepthRange 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