| DataServerCommand Enumeration |
The function the data server should perform for a client.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public enum DataServerCommand
Public Enumeration DataServerCommand
public enum class DataServerCommand
Members
| Member name | Value | Description |
---|
| ReadBlock | 0 |
The client wants to read a block from the data server.
|
| WriteBlock | 1 |
The client wants to write a block to the data server.
|
| GetLogFileContents | 2 |
The clients wants to read the contents of the data servers diagnostic log file.
|
See Also