Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the offload data transfer (ODX) settings for a subsystem.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
class MSFT_OffloadDataTransferSetting : MSFT_StorageObject
{
Boolean SupportInterSubsystem;
UInt32 NumberOfTokensMax;
UInt32 NumberOfTokensInUse;
UInt32 OptimalDataTokenSize;
};
Members
The MSFT_OffloadDataTransferSetting class has these types of members:
Properties
The MSFT_OffloadDataTransferSetting class has these properties.
NumberOfTokensInUse
Data type: UInt32
Access type: Read-only
The maximum number of tokens in use for the subsystem.
NumberOfTokensMax
Data type: UInt32
Access type: Read-only
The maximum number of tokens available for the subsystem.
OptimalDataTokenSize
Data type: UInt32
Access type: Read-only
The optimal data token size, in bytes.
SupportInterSubsystem
Data type: Boolean
Access type: Read-only
If TRUE, the subsystem supports transfer of data using tokens across different subsystems.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Namespace | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |