Search Results for

    Show / Hide Table of Contents

    Class DataExportConfiguration

    Inheritance
    Object
    DataExportConfiguration
    Namespace: Nvidia.Clara.DicomAdapter.Configuration
    Assembly: Nvidia.Clara.Dicom.Configuration.dll
    Syntax
    public class DataExportConfiguration : object

    Fields

    | Improve this Doc View Source

    FailureThreshold

    Gets or sets the failure threshold for a task to be marked as failure. Given that each task contains multiple DICOM files, a task would be marked as failure if the percentage of files fail to be exported. Default 50%.

    Declaration
    public float FailureThreshold
    Field Value
    Type Description
    Single

    Properties

    | Improve this Doc View Source

    Agent

    Gets or sets the name of the agent used for querying export tasks from Results Service.

    Declaration
    public string Agent { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    MaximumRetries

    Gets or sets the maximum number of retries the export service shall perform on an export task. Default 3 retries.

    Declaration
    public int MaximumRetries { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    PollFrequencyMs

    Gets or sets the poll frequency for the export task service. Defaults to 500ms.

    Declaration
    public int PollFrequencyMs { get; set; }
    Property Value
    Type Description
    Int32
    • 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