Id Match Type Enumeration
Document file format identification match type (confidence) result.
Definition
Namespace: OpenDiscoverSDK.Interfaces
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#
public enum IdMatchTypeMembers
| None | 0 | The document does not match any document signatures or exclusive file extensions. |
| ExtensionOnly | 50 | The document matches a known extension but no file signatures. Only split archive segments, which could not be determined by internal signature, use file extensions as a last resort to identify. |
| PartialSignatureOnly | 70 | The document matches a partial document signature but the extension is missing or is not in agreement. |
| PartialSignatureAndExtension | 80 | The document matches a partial document signature and the extension is in agreement. |
| SignatureOnly | 90 | The document matches a document full signature but the extension is missing or is not in agreement. |
| SignatureAndExtension | 100 | The document matches a document full signature and the corresponding file extension is in agreement (high confidence). |