Click or drag to resize

DataServerClientProtocolGetLogFileContentsHeaderKind Property

Gets or sets the type of the log file that the data server return.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public LogFileKind Kind { get; set; }

Property Value

LogFileKind
The type of the log file.
Remarks

When returning standard error and standard output stream, it's assumed the files containing these are in the directory specified by Directory.

See Also