Returns the maximum log file size, in bytes, or 0 if unlimited.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public int LogFileSizeLimit{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LogFileSizeLimit As Integer |
| Visual C++ |
|---|
public: property int LogFileSizeLimit { int get (); } |
Return Value
the maximum limit
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace