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; }
ReadOnly Property performance_FileWriteMaxBufferSize As Integer
Get
Property Value
Type:
Int32When writing a file via HttpUtility.WriteFileFromDatabase, this determines the default buffer size when reading the document from the Database.
See Also