 | FileSystemConfigurationElementUrl Property |
Gets or sets the URL of the file system.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic Uri Url { get; set; }
Public Property Url As Uri
Get
Set
public:
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
member Url : Uri with get, set
Property Value
Uri
The URL of the file system.
Remarks
What type of file system is used is determined by the URL's scheme. The scheme "jdfs://" is used for the Jumbo DFS,
and "file://" is used for the local file system.
See Also