Dfs | 
The DfsClient type exposes the following members.
| 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)  | |
| NameServer | Gets the name server client protocol object used by this instance to communicate with the name server. | |
| Path | 
            Gets the path utility for this file system.
             (Overrides FileSystemClientPath)  | 
| 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 distributed file system.
             (Overrides FileSystemClientCreateFile(String, Int32, Int32, Boolean, RecordStreamOptions))  | |
| CreateNameServerClient | Creates a client object that can be used to communicate with a name server. | |
| CreateNameServerClient(DfsConfiguration) | Creates a client object that can be used to communicate with a name server using the specified configuration. | |
| CreateNameServerHeartbeatClient | Creates a client object that can be used to communicate with a name server via the heartbeat protocol. | |
| CreateNameServerHeartbeatClient(DfsConfiguration) | Creates a client object that can be used to communicate with a name server via the heartbeat protocol using the specified configuration. | |
| 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)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetDataServerLogFileContents(ServerAddress, LogFileKind, Int32) | Gets the contents of the diagnostic log file of a data server. | |
| GetDataServerLogFileContents(String, Int32, LogFileKind, Int32) | Gets the contents of the diagnostic log file of a data server. | |
| 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)  | |
| GetLocationsForOffset | Gets the location where the part of the file beginning with the specified offset is stored. | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| Move | 
            Moves the specified file or directory.
             (Overrides FileSystemClientMove(String, String))  | |
| OpenFile | 
            Opens the specified file on the distributed 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)  | |
| WaitForSafeModeOff(Int32) | Waits until safe mode is off. | |
| WaitForSafeModeOff(Int32, Int32) | Waits until safe mode is off. |