Class StorageConfiguration
  
  
  
  
    Inheritance
    
    StorageConfiguration
   
  
  Assembly: Nvidia.Clara.Dicom.Configuration.dll
  Syntax
  
    public class StorageConfiguration : object
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StorageConfiguration()
  
  
  Declaration
  
    public StorageConfiguration()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StorageConfiguration(IFileSystem)
  
  
  Declaration
  
    public StorageConfiguration(IFileSystem fileSystem)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IFileSystem | fileSystem |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReserveSpaceGB
  Gets or sets the reserved disk space for DICOM Adapter with default value of 5GB.
DICOM Adapter will stop accepting (C-STORE-RQ) assocations,
stop exporting and stop retreiving data via DICOMweb when available disk space
is less than the value.
Declaration
  
    public uint ReserveSpaceGB { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Temporary
  Gets or sets temporary storage path.
This is used to store all instances received to a temporary folder.
Declaration
  
    public string Temporary { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TemporaryDataDirFullPath
  
  
  Declaration
  
    public string TemporaryDataDirFullPath { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Watermark
  Gets or sets the watermark for disk usage with default value of 75%,
meaning that DICOM Adapter will stop accepting (C-STORE-RQ) assocations,
stop exporting and stop retreiving data via DICOMweb when used disk space
is above the watermark.
Declaration
  
    public uint Watermark { get; set; }
   
  Property Value