 | BaseJobRunnerFileSystemClient Property |
Gets the DFS client.
Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected FileSystemClient FileSystemClient { get; }
Protected ReadOnly Property FileSystemClient As FileSystemClient
Get
protected:
property FileSystemClient^ FileSystemClient {
FileSystemClient^ get ();
}
member FileSystemClient : FileSystemClient with get
Property Value
FileSystemClient
The DFS client.
See Also