View Source GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentRenderCacheStats (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.