| BaseJobRunnerFileSystemClient Property |
Gets the DFS client.
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax protected FileSystemClient FileSystemClient { get; }
Protected ReadOnly Property FileSystemClient As FileSystemClient
Get
protected:
property FileSystemClient^ FileSystemClient {
FileSystemClient^ get ();
}
member FileSystemClient : FileSystemClient with get
Property Value
Type:
FileSystemClient
The DFS client.
See Also