TrawlerFetchReplyDataFetchStatsStateStats

GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataFetchStatsStateStats


Table of Contents ▼

Jump to a specific part of the page:

Description

The following are only populated if Params.WantStateStats is true.

Attributes List

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

View Attributes

Attributes

  1. EndTrackingTimeUsec (type: String.t, default: nil)
    -
  2. StartTrackingTimeUsec (type: String.t, default: nil)
    - Start and end timestamp tracking the delays for this request.
  3. WaitCompressTimeUsec (type: integer(), default: nil)
    -
  4. WaitContentCacheUsec (type: integer(), default: nil)
    -
  5. WaitCredentialTimeUsec (type: integer(), default: nil)
    -
  6. WaitDNSTimeUsec (type: integer(), default: nil)
    -
  7. WaitFetchClientUsec (type: integer(), default: nil)
    -
  8. WaitForCachedContentStreamingUsec (type: integer(), default: nil)
    -
  9. WaitForFetchUsec (type: integer(), default: nil)
    -
  10. WaitHostIdTimeUsec (type: integer(), default: nil)
    -
  11. WaitNextFlowUsec (type: integer(), default: nil)
    -
  12. WaitRobotsCacheTimeUsec (type: integer(), default: nil)
    - obsolete. Not set.
  13. WaitRobotsFetchTimeUsec (type: integer(), default: nil)
    - obsolete. Not set.
  14. WaitRobotsTimeUsec (type: integer(), default: nil)
    -
  15. WaitScheduleTimeUsec (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataFetchStatsStateStats{
EndTrackingTimeUsec: String.t() | nil,
StartTrackingTimeUsec: String.t() | nil,
WaitCompressTimeUsec: integer() | nil,
WaitContentCacheUsec: integer() | nil,
WaitCredentialTimeUsec: integer() | nil,
WaitDNSTimeUsec: integer() | nil,
WaitFetchClientUsec: integer() | nil,
WaitForCachedContentStreamingUsec: integer() | nil,
WaitForFetchUsec: integer() | nil,
WaitHostIdTimeUsec: integer() | nil,
WaitNextFlowUsec: integer() | nil,
WaitRobotsCacheTimeUsec: integer() | nil,
WaitRobotsFetchTimeUsec: integer() | nil,
WaitRobotsTimeUsec: integer() | nil,
WaitScheduleTimeUsec: integer() | nil
}

Function

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

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