Click or drag to resize

FileSystemConfigurationElementUrl Property

Gets or sets the URL of the file system.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public Uri Url { 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