Click or drag to resize

FileProcessorMaxFragmentation Property

Gets or sets the maximum amount of fragmentation allowed before compacting the lookup table for processed files.

Namespace:  GSF.IO
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.3.405-beta
Syntax
public int MaxFragmentation { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
If files are frequently removed from the watch directories, increasing this value may improve performance. Setting the value too high may result in the file perpetually growing or long pauses on the processing thread.
See Also