LoadFileResultTotalAttachmentAndTextFilesFlattened Property |
If the processing task DocumentTaskSettings.OutputMode was set to
Archive, then attachments and text
files are in Open Discover archive formats. This property returns the total number of attachment and text files that were "flattened" out of attachment data archives (.ada)
and text data archives (.tda) into individual flat files. This value will be 0 if DocumentTaskSettings.OutputMode was set to
IndividualFiles
for this processing output.
Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFileAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[JsonPropertyNameAttribute("TotalAttachmentAndTextFilesFlattened")]
public int TotalAttachmentAndTextFilesFlattened { get; set; }Property Value
Int32
See Also