IndStrucFieldSizeOption Enumeration
In This Topic
Specifies whether Reflection uses the Write Structured Field protocol for IND$FILE transfers and if so, sets the buffer size.
Members
Member | Description |
SF16K | Uses the Write Structured Field protocol with a 16K buffer. |
SF2K | Uses the Write Structured Field protocol with a 2K buffer. |
SF32K | Uses the Write Structured Field protocol with a 32K buffer. |
SF4K | Uses the Write Structured Field protocol with a 4K buffer. |
SF8K | Uses the Write Structured Field protocol with a 8K buffer. |
SFDisabled | Uses the Buffered protocol instead of the Write Structured Field protocol. |
See Also