LocalFileSystemClient Class |
Namespace: Ookii.Jumbo.Dfs.FileSystem
The LocalFileSystemClient type exposes the following members.
Name | Description | |
---|---|---|
LocalFileSystemClient |
Initializes a new instance of the LocalFileSystemClient class.
| |
LocalFileSystemClient(String) |
Initializes a new instance of the LocalFileSystemClient class with the specified root path.
|
Name | Description | |
---|---|---|
Configuration |
Gets the DfsConfiguration used to create this instance.
(Inherited from FileSystemClient.) | |
DefaultBlockSize |
Gets the default block size for the file system.
(Overrides FileSystemClientDefaultBlockSize.) | |
Path |
Gets the path utility for this file system.
(Overrides FileSystemClientPath.) | |
RootPath |
Gets the root path of the file system.
|
Name | Description | |
---|---|---|
CreateDirectory |
Creates the specified directory in the file system.
(Overrides FileSystemClientCreateDirectory(String).) | |
CreateFile(String) |
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.) | |
CreateFile(String, Int32, Int32) |
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.) | |
CreateFile(String, Int32, Int32, RecordStreamOptions) |
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.) | |
CreateFile(String, Int32, Int32, Boolean, RecordStreamOptions) |
Creates a new file with the specified path on the file system.
(Overrides FileSystemClientCreateFile(String, Int32, Int32, Boolean, RecordStreamOptions).) | |
Delete |
Deletes the specified file or directory.
(Overrides FileSystemClientDelete(String, Boolean).) | |
DownloadDirectory(String, String) |
Downloads the files in the specified directory on the file system.
(Inherited from FileSystemClient.) | |
DownloadDirectory(String, String, ProgressCallback) |
Downloads the files in the specified directory on the file system.
(Inherited from FileSystemClient.) | |
DownloadFile(String, String) |
Downloads the specified file from the file system to the specified local file.
(Inherited from FileSystemClient.) | |
DownloadFile(String, String, ProgressCallback) |
Downloads the specified file from the file system to the specified local file.
(Inherited from FileSystemClient.) | |
DownloadStream(String, Stream) |
Downloads the specified file from the file system, saving it to the specified stream.
(Inherited from FileSystemClient.) | |
DownloadStream(String, Stream, ProgressCallback) |
Downloads the specified file from the file system, saving it to the specified stream.
(Inherited from FileSystemClient.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDirectoryInfo |
Gets information about a directory in the file system.
(Overrides FileSystemClientGetDirectoryInfo(String).) | |
GetFileInfo |
Gets information about a file.
(Overrides FileSystemClientGetFileInfo(String).) | |
GetFileSystemEntryInfo |
Gets information about a file or directory.
(Overrides FileSystemClientGetFileSystemEntryInfo(String).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Move |
Moves the specified file or directory.
(Overrides FileSystemClientMove(String, String).) | |
OpenFile |
Opens the specified file on the file system for reading.
(Overrides FileSystemClientOpenFile(String).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UploadDirectory(String, String) |
Uploads the files in the specified directory to the file system.
(Inherited from FileSystemClient.) | |
UploadDirectory(String, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads the files in the specified directory to the file system.
(Inherited from FileSystemClient.) | |
UploadFile(String, String) |
Uploads a file to the file system.
(Inherited from FileSystemClient.) | |
UploadFile(String, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads a file to the file system.
(Inherited from FileSystemClient.) | |
UploadStream(Stream, String) |
Uploads the contents of the specified stream to the file system.
(Inherited from FileSystemClient.) | |
UploadStream(Stream, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads the contents of the specified stream to the file system.
(Inherited from FileSystemClient.) |