IArchive ExtractorCalculate Archive Binary Hash Property
If true, instructs the IArchiveExtractor to calculate the archive binary hash (default value). If false, the archive will NOT be hashed.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
bool CalculateArchiveBinaryHash { get; set; }Property Value
BooleanRemarks
This property only applies to the archive used to create this IArchiveExtractor and not to any extracted child items.
If the archive is a set of split archives, then this setting applies to all split archive segments.
If a very large archive has been previously binary hashed, then setting this property to false may save significant processing time in not re-hashing the archive.