API Reference
Class
UsageTelemetryIdentity
Utility helpers for telemetry identity, normalization, and dedupe keys.
Inheritance
- Object
- UsageTelemetryIdentity
Methods
public static IReadOnlyList<String> BuildDeduplicationKeys(UsageEventRecord record) #Returns:
IReadOnlyList<String>Builds dedupe keys for a usage event in priority order.
Parameters
- record IntelligenceX.Telemetry.Usage.UsageEventRecord
public static String ComputeStableHash(String value, Int32 bytes = 16) #Returns:
StringComputes a stable lowercase hexadecimal hash for a string.
Parameters
- value System.String
- bytes System.Int32 = 16
public static String NormalizePath(String path) #Returns:
StringNormalizes a filesystem path or logical locator.
Parameters
- path System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object