Click or drag to resize

featurePropertiesdataexport_ExportSmartThreshold Property

When the ExcelExportMode is set to Smart, this is the number of seconds we want an excel export to complete in. If we think the export will take longer than 30 seconds, the export will be queued for offline execution.

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

Property Value

Type: Int32
When the ExcelExportMode is set to Smart, this is the number of seconds we want an excel export to complete in. If we think the export will take longer than 30 seconds, the export will be queued for offline execution.
See Also