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: 2.0.0
Syntax
public LogFileKind Kind { get; set; }

Property Value

Type: 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