Class ThreatEntryRemovals (1.1.0)

ThreatEntryRemovals(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains the set of entries to remove from a local database.

Attributes

NameDescription
raw_indices .webrisk.RawIndices
The raw removal indices for a local list.
rice_indices .webrisk.RiceDeltaEncoding
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding. Used for sending compressed removal indices. The removal indices (uint32) are sorted in ascending order, then delta encoded and stored as encoded_data.