| 
            
              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
Syntaxpublic int MaxFragmentation { get; set; }Public Property MaxFragmentation As Integer
	Get
	Set
public:
property int MaxFragmentation {
	int get ();
	void set (int value);
}member MaxFragmentation : int with get, set
function get_MaxFragmentation();
function set_MaxFragmentation(value);
 Request Example
		View SourceProperty 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