Search Results for

    Show / Hide Table of Contents

    Class StorageConfiguration

    Inheritance
    Object
    StorageConfiguration
    Namespace: Nvidia.Clara.DicomAdapter.Configuration
    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
    Type Description
    UInt32
    | 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
    Type Description
    String
    | Improve this Doc View Source

    TemporaryDataDirFullPath

    Declaration
    public string TemporaryDataDirFullPath { get; }
    Property Value
    Type Description
    String
    | 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
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX