Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit

Same as RiceDeltaEncoded32Bit except this encodes 64-bit numbers.

Inheritance
object
GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Safebrowsing.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncodedData

The encoded deltas that are encoded using the Golomb-Rice coder.

Declaration
[JsonProperty("encodedData")]
public virtual string EncodedData { get; set; }
Property Value
Type Description
string

EntriesCount

The number of entries that are delta encoded in the encoded data. If only a single integer was encoded, this will be zero and the single value will be stored in first_value.

Declaration
[JsonProperty("entriesCount")]
public virtual int? EntriesCount { get; set; }
Property Value
Type Description
int?

FirstValue

The first entry in the encoded data (hashes), or, if only a single hash prefix was encoded, that entry's value. If the field is empty, the entry is zero.

Declaration
[JsonProperty("firstValue")]
public virtual ulong? FirstValue { get; set; }
Property Value
Type Description
ulong?

RiceParameter

The Golomb-Rice parameter. This parameter is guaranteed to be between 35 and 62, inclusive.

Declaration
[JsonProperty("riceParameter")]
public virtual int? RiceParameter { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX