FlushAfterSize Property

The amount of data that must be changed for flushing to begin.

Syntax

public int FlushAfterSize { get; set; }
Public Property FlushAfterSize As Integer

Default Value

1

Remarks

When the FlushPolicy property is set to FLUSH_POLICY_SIZE, FLUSH_POLICY_SIZE_OR_TIME, or FLUSH_POLICY_SIZE_AND_TIME, this property specifies how many megabytes of a file's data must be changed in order for flushing to begin.

Changed data thresholds are intended to prevent excessive flushing in cases where data is written to the same range of a file many times in succession.

Note: This property cannot be changed when Active is true.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]