Click or drag to resize

featurePropertiesperformance_FileWriteMaxBufferSize Property

When writing a file via HttpUtility.WriteFileFromDatabase, this determines the default buffer size when reading the document from the Database.

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

Property Value

Type: Int32
When writing a file via HttpUtility.WriteFileFromDatabase, this determines the default buffer size when reading the document from the Database.
See Also