SystemPropertiesStatisticsArchiveFile Property |
Returns the name of the statistics archive file.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string StatisticsArchiveFile { get; }
Public ReadOnly Property StatisticsArchiveFile As String
Get
public:
property String^ StatisticsArchiveFile {
String^ get ();
}
member StatisticsArchiveFile : string with get
Return Value
Type:
Stringthe filename
See Also