A channel used to read from and write to a given file in the underlying file-system.  
 More...
|  | 
|  | FileConfigSource (string filePath) | 
|  | Constructs the source over the file located at the given path within the underlying file-system.  More... 
 | 
|  | 
A channel used to read from and write to a given file in the underlying file-system. 
Definition at line 25 of file FileConfigSource.cs.
  
  | 
        
          | Deveel.Data.Configuration.FileConfigSource.FileConfigSource | ( | string | filePath | ) |  |  | inline | 
 
Constructs the source over the file located at the given path within the underlying file-system. 
- Parameters
- 
  
    | filePath | The string describing the path where the file is located. |  
 
Definition at line 32 of file FileConfigSource.cs.
   34                 throw new ArgumentNullException(
"filePath");
 
string FilePath
Gets the path to the file. 
 
 
 
  
  | 
        
          | string Deveel.Data.Configuration.FileConfigSource.FilePath |  | getprivate set | 
 
 
  
  | 
        
          | Stream Deveel.Data.Configuration.FileConfigSource.InputStream |  | get | 
 
 
  
  | 
        
          | Stream Deveel.Data.Configuration.FileConfigSource.OutputStream |  | get | 
 
 
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Configuration/FileConfigSource.cs