public sealed class RequestLatencyStats : IMessage<RequestLatencyStats>, IEquatable<RequestLatencyStats>, IDeepCloneable<RequestLatencyStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class RequestLatencyStats.
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g. how long the
request took to execute within a frontend server.
public Duration FrontendServerLatency { get; set; }
The latency measured by the frontend server handling this request, from
when the request was received, to when this value is sent back in the
response. For more context on the component that is measuring this latency,
see: https://cloud.google.com/bigtable/docs/overview
Note: This value may be slightly shorter than the value reported into
aggregate latency metrics in Monitoring for this request
(https://cloud.google.com/bigtable/docs/monitoring-instance) as this value
needs to be sent in the response before the latency measurement including
that transmission is finalized.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRequestLatencyStats\u003c/code\u003e class, part of the Google Bigtable v2 API, provides insights into the latency of a request as it interacts with different systems.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows developers to access reference documentation and code samples for various versions of the Google.Cloud.Bigtable.V2 library, with the most recent version being 3.17.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFrontendServerLatency\u003c/code\u003e property of the \u003ccode\u003eRequestLatencyStats\u003c/code\u003e class measures the duration from when a request is received by the frontend server to when the value is sent back in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestLatencyStats\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]