SystemPropertiesStatsFileSizeLimit Property |
Returns the maximum statistics file size, in bytes, or 0 if unlimited.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int StatsFileSizeLimit { get; }
Public ReadOnly Property StatsFileSizeLimit As Integer
Get
public:
property int StatsFileSizeLimit {
int get ();
}
member StatsFileSizeLimit : int with get
Return Value
Type:
Int32the maximum limit
See Also