Enum ThreatListUpdateType
Threat List Update Type.
Namespace: Gee.External.Browsing.Clients
Assembly: Gee.External.Browsing.dll
Syntax
public enum ThreatListUpdateType
Fields
Name | Description |
---|---|
Full | Indicates a ThreatList was retrieved from the Google Safe Browsing API as a full update. The locally stored copy of the threat list should be disregarded in its entirety and replaced with the retrieved threat list. |
Partial | Indicates a ThreatList was retrieved from the Google Safe Browsing API as a partial update. The retrieved threat list will contain threats that should be removed from and threats to add to the locally stored copy of the threat list. |
Unknown | Indicates the update type of a ThreatList retrieved from the Google Safe Browsing API is unknown. |