Click or drag to resize

IArchiveExtractorCalculateArchiveBinaryHash Property

If true, instructs the IArchiveExtractor to calculate the archive binary hash (default value). If false, the archive will NOT be hashed.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
bool CalculateArchiveBinaryHash { get; set; }

Property Value

Boolean
Remarks

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.

See Also