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: 2.0.0
Syntax
public Uri Url { get; set; }

Property Value

Type: 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