GetSupportedStripeDepthRange method of the MSISCSITARGET_StorageCapabilities class
Retrieves the supported stripe depth range for systems that support a range of user data stripe depths.
Different implementations can support either the GetSupportedStripeDepths or the GetSupportedStripeDepthRange method. If the system only supports discrete values, then this method returns Use GetSupportedStripeDepths instead (2) .
This method is inherited from the CIM_StorageCapabilities class.
Syntax
uint32 GetSupportedStripeDepthRange(
[out] uint64 MinimumStripeDepth,
[out] uint64 MaximumStripeDepth,
[out] uint64 StripeDepthDivisor
);
Parameters
-
MinimumStripeDepth [out]
-
On return, indicates the minimum user data stripe depth for a volume or pool in bytes.
-
MaximumStripeDepth [out]
-
On return, indicates the maximum user data stripe depth for a volume or pool in bytes.
-
StripeDepthDivisor [out]
-
On return, indicates the size in bytes of an incremental unit of stripe depth. The user data stripe depth for a volume or pool must be an even multiple of this value.
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 |
|
DLL |
|