GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorStatisticsPerDupStats
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
anchorCount
(type:integer()
, default:nil
)
- Count of anchors kept from forwarding. -
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. -
dupUrl
(type:String.t
, default:nil
)
- If missing, the same as the canonical. -
offdomainAnchorCount
(type:integer()
, default:nil
)
- Count of offdomain anchors. -
redundantAnchorCount
(type:integer()
, default:nil
)
- Count of redundant anchors. -
scannedAnchorCount
(type:integer()
, default:nil
)
- The number of anchors being scanned from storage per dupforwarding. -
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
}
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