Class DataExportConfiguration
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class DataExportConfiguration : objectFields
| Improve this Doc View SourceFailureThreshold
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 FailureThresholdField Value
| Type | Description | 
|---|---|
| Single | 
Properties
| Improve this Doc View SourceAgent
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 | 
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 | 
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 |