IndexingDocjoinerAnchorStatisticsPerDupStats

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorStatisticsPerDupStats


Table of Contents ▼

Jump to a specific part of the page:

Description

------------------------------------------------------------------------- The total number of anchors collected per dupforwarding (including the canonical itself). Includes additional data about redundant and offdomain counts and the last timestamp it was collected from.

Attributes List

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

View Attributes

Attributes

  1. anchorCount (type: integer(), default: nil)
    - Count of anchors kept from forwarding.
  2. collectType (type: integer(), default: nil)
    - This is EcnCollectType in anchor-ecn-matcher.h for the latest ECN of this dup: - kCollectNormal = 0, // Normal collection. - kCollectUnforwarded = 1, // Forwarding leader docid match only. - kCollectWhitelisted = 2, // Collected anchors matching whitelist. - kCollectNone = 4 // Skipped ECN anchor cluster.
  3. dupUrl (type: String.t, default: nil)
    - If missing, the same as the canonical.
  4. offdomainAnchorCount (type: integer(), default: nil)
    - Count of offdomain anchors.
  5. redundantAnchorCount (type: integer(), default: nil)
    - Count of redundant anchors.
  6. scannedAnchorCount (type: integer(), default: nil)
    - The number of anchors being scanned from storage per dupforwarding.
  7. timestamp (type: integer(), default: nil)
    - Walltime when this was scanned last.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorStatisticsPerDupStats{
anchorCount: integer() | nil,
collectType: integer() | nil,
dupUrl: String.t() | nil,
offdomainAnchorCount: integer() | nil,
redundantAnchorCount: integer() | nil,
scannedAnchorCount: integer() | nil,
timestamp: integer() | nil
}

Function

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

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