Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit

Same as RiceDeltaEncoded32Bit except this encodes 256-bit numbers.

Inheritance
object
GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit
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 GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit : 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?

FirstValueFirstPart

The first 64 bits of the first entry in the encoded data (hashes). If the field is empty, the first 64 bits are all zero.

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

FirstValueFourthPart

The last 64 bits of the first entry in the encoded data (hashes). If the field is empty, the last 64 bits are all zero.

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

FirstValueSecondPart

The 65 through 128th bits of the first entry in the encoded data (hashes). If the field is empty, the 65 through 128th bits are all zero.

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

FirstValueThirdPart

The 129 through 192th bits of the first entry in the encoded data (hashes). If the field is empty, the 129 through 192th bits are all zero.

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

RiceParameter

The Golomb-Rice parameter. This parameter is guaranteed to be between 227 and 254, 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