AttachmentDataArchiveCreator Class

Helper class to create attachment data archive(s) (.ada).

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class AttachmentDataArchiveCreator : IDisposable
Inheritance
Object    AttachmentDataArchiveCreator
Implements
IDisposable

Remarks

This class is not thread safe. If multi-threaded, create an instance per thread and make constructor argument 'attachmentDataArchiveUniqueThreadId' a unique value for each thread.

Constructors

Methods

Close Permanently closes the AttachmentDataArchiveCreator instance for writing.
Dispose Dispose.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteRecord Writes the Document child native file record to a attachment data archive (.ada). This method expects that DocumentBytes to be non-null, if not, no record will be written to the .ada file.

See Also