 | DataServerClientProtocolGetLogFileContentsHeaderKind Property |
Gets or sets the type of the log file that the data server return.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
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