Click or drag to resize

LoadFileResultTotalTimeToFlattenAttachmentAndTextFilesMs Property

If the processing task OutputMode was set to Archive, then attachments and text files are in Open Discover archive formats. This property returns the total time ([ms]) that it took to "flatten" archive stored attachment and text files. This value will be 0 if DocumentTaskSettings.OutputMode was set to IndividualFiles for the processing output.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("TotalTimeToFlattenAttachmentAndTextFilesMs")]
public double TotalTimeToFlattenAttachmentAndTextFilesMs { get; set; }

Property Value

Double
See Also