DocumentContentFileEntropy Property |
Shannon entropy of the document's bytes.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public double? FileEntropy { get; set; }Property Value
NullableDouble
Remarks
This property is only calculated if Hashing property CalculateFileEntropy is true.
An important detection method for detecting compressed and encrypted files is the randomness of the bytes in the file. Values of this property that approach the upper limit of
8 are very random (with 8.0 being completely random).
See Also