Return the directory used for checkpoint/restore.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function checkpoint_dir() As String _ Implements INetricsServerStats.checkpoint_dir |
| C# |
|---|
| public string checkpoint_dir() |
| C++ |
|---|
| public: String checkpoint_dir() sealed |
| J# |
|---|
| public string checkpoint_dir() |
| JScript |
|---|
| public function checkpoint_dir() : String |
Implements
INetricsServerStats.checkpoint_dir
Remarks
Returns the directory used to hold checkpointed tables. The special value "Not Enabled" is returned if checkpointing is not enabled on this server. The special value "(unknown)" is returned if no directory information was received.