Click or drag to resize

featurePropertiesperformance_DocStorageWriteAsRead Property

When set, this allows any documents being written from the database via DocStorage to be flushed to the response as it is read into the response.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool performance_DocStorageWriteAsRead { get; }

Property Value

Type: Boolean
When set, this allows any documents being written from the database via DocStorage to be flushed to the response as it is read into the response.
See Also