FlushAfterTime Property

The inactivity timeout that must elapse for flushing to begin.

Syntax

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

Default Value

30

Remarks

When the FlushPolicy property is set to FLUSH_POLICY_TIME, FLUSH_POLICY_SIZE_OR_TIME, or FLUSH_POLICY_SIZE_AND_TIME, this property specifies how many seconds of inactivity (i.e., time with no writes) must elapse for a file in order for flushing to begin.

Inactivity delays are intended to prevent excessive flushing in cases where data is written to a file many times in succession within the inactivity period.

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]