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.
Definition
Describes the type of buffering to be performed.
Allowed values
Name | Value | Description |
---|---|---|
BufferMode.Eager | 1 | The entire value is immediately buffered in memory before continuing. |
BufferMode.Delayed | 2 | The type of the value is computed immediately but its contents aren't buffered until data is needed, at which point the entire value is immediately buffered. |