SupportODXReadWrite Property
Whether the virtual filesystem supports ODX (Offloaded Data Transfer) operations.
Syntax
public boolean isSupportODXReadWrite(); public void setSupportODXReadWrite(boolean supportODXReadWrite);
Default Value
False
Remarks
This property specifies whether the virtual filesystem should indicate to the system that it supports ODX (Offloaded Data Transfer) operations. Please refer to Microsoft's Offloaded Data Transfer article for more information.
If this property is enabled, the application must properly handle the OffloadReadFile and OffloadWriteFile events, which will fire anytime the OS sends an offload read or offload write request to the virtual filesystem.
Note: This property cannot be changed when Active is true, and cannot be changed within events.
This property is not available at design time.