| 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; }
Public Property Kind As LogFileKind
Get
Set
public:
property LogFileKind Kind {
LogFileKind get ();
void set (LogFileKind value);
}
member Kind : LogFileKind with get, set
Property Value
Type:
LogFileKindThe 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