public sealed class RawHashes : IMessage<RawHashes>, IEquatable<RawHashes>, IDeepCloneable<RawHashes>, IBufferMessage, IMessage
The uncompressed threat entries in hash format.
Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4
bytes, but some hashes are lengthened if they collide with the hash of a
popular URI.
Used for sending ThreatEntryAdditons to clients that do not support
compression, or when sending non-4-byte hashes to clients that do support
compression.
The number of bytes for each prefix encoded below. This field can be
anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
In practice this is almost always 4, except in exceptional circumstances.
The hashes, in binary format, concatenated into one long string. Hashes are
sorted in lexicographic order. For JSON API users, hashes are
base64-encoded.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 2.6.0, with several previous versions also documented, including down to version 1.2.0."],["`RawHashes` is a class representing uncompressed threat entries in hash format, with hash sizes ranging from 4 to 32 bytes."],["This `RawHashes` class is used for sending `ThreatEntryAdditons` to clients that don't support compression or when sending non-4-byte hashes to clients that do."],["The class `RawHashes` inherits from `Object` and implements `IMessage\u003cRawHashes\u003e`, `IEquatable\u003cRawHashes\u003e`, `IDeepCloneable\u003cRawHashes\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of the `RawHashes` class include `PrefixSize`, indicating the number of bytes in each prefix, and `RawHashes_`, containing the concatenated binary hashes."]]],[]]