UnflushedFiles Property

Number of unflushed files present in the cache.

Syntax

public long UnflushedFiles { get; }
Public ReadOnly Property UnflushedFiles As Long

Default Value

0

Remarks

This property reflects the number of files with unflushed/modified data currently present in the cache.

Properties related to cache statistics are refreshed periodically based on the interval specified by the StatsRefreshInterval property. Applications that need fresher data can either decrease the update refresh, or call the RefreshStatistics method to force an immediate refresh.

Note: This property only returns a valid value when Active is true.

This property is read-only and not available at design time.

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