IndexingConverterShingleFingerprint

GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint


Table of Contents ▼

Jump to a specific part of the page:

Description

Used for storing fingerprints, along with meta-data that expresses how the fingerprint was computed. The metadata can be anything that fits in an uint64.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. metadata (type: String.t, default: nil)
    -
  2. value (type: list(String.t), default: nil)
    - Repeated to allow for fingerprints larger than 64-bits.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint{
metadata: String.t() | nil,
value: [String.t()] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint