IndexingEmbeddedContentRenderCacheStats

GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentRenderCacheStats


Table of Contents ▼

Jump to a specific part of the page:

Description

Fields used to track cache use in the rendering microservice. Next tag available: 6

Attributes List

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

View Attributes

Attributes

  1. cacheExpireTimestampUsec (type: String.t, default: nil)
    - When the rendered content would expire from the cache in microseconds.
  2. crawledSimhashDistance (type: integer(), default: nil)
    -
  3. lastRenderedTimestampUsec (type: String.t, default: nil)
    - The last time the document was rendered, in microseconds. Does not update in case of cache use.
  4. renderCache (type: String.t, default: nil)
    -
  5. renderedSimhashDistance (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentRenderCacheStats{
cacheExpireTimestampUsec: String.t() | nil,
crawledSimhashDistance: integer() | nil,
lastRenderedTimestampUsec: String.t() | nil,
renderCache: String.t() | nil,
renderedSimhashDistance: integer() | nil
}

Function

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

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