CurrentFileId Property

The file being currently read or written by the cache.

Syntax

public string CurrentFileId { get; }
Public ReadOnly Property CurrentFileId As String

Default Value

""

Remarks

When CurrentOperation is CACHE_OP_READ or CACHE_OP_WRITE, this property will reflect the Id of the file being read or written. Otherwise, it will return empty string.

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]