Jupiter.Market.Elastic.Comparables.Helpers.DocumentHash
The hash is computed using SHA-256 over a canonical JSON representation: camelCase property namingStable enum serialization (camelCase)Ignores null valuesIgnores property orderNo indentation or whitespace differences This is used for efficient change detection in bulk indexing scenarios (e.g., Elasticsearch).
Fields
Options
No summary available.
Methods
Compute``1
No summary available.
Type Parameters:
- $tpName: The type of the document.
Parameters:
- doc: The document to hash.