Click or drag to resize

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
Members
  Member nameValueDescription
ReadBlock0 The client wants to read a block from the data server.
WriteBlock1 The client wants to write a block to the data server.
GetLogFileContents2 The clients wants to read the contents of the data servers diagnostic log file.
See Also