GetSupportedStripeLengths method of the MSISCSITARGET_StorageCapabilities class

Retrieves a list of supported extent stripe lengths for systems that support discrete lengths. Retrieved values can change after the call due to requests from other clients.

Different implementations can support either the GetSupportedStripeLengths or the GetSupportedStripeLengthRange method. If the system only supports a range of sizes, then this method returns Use GetSupportedStripeLengthRange instead (3).

This method is inherited from the CIM_StorageCapabilities class.

Syntax

uint32 GetSupportedStripeLengths(
  [out] uint16 StripeLengths[]
);

Parameters

StripeLengths [out]

On return, contains a list of extent stripe lengths that are supported for volume or pool creation or modification.

Return value

Method completed OK (0)

Method not supported (1)

Choices not available for this capability (2)

Use GetSupportedStripeLengthRange instead (3)

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

MSISCSITARGET_StorageCapabilities

GetSupportedStripeLengthRange