Class LatencyReportLatencyMetrics
Latency metrics for a component.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LatencyReportLatencyMetrics : IDirectResponseSchema
Properties
CallCount
Output only. The number of times the resource was called.
Declaration
[JsonProperty("callCount")]
public virtual int? CallCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
P50Latency
Output only. The 50th percentile latency.
Declaration
[JsonProperty("p50Latency")]
public virtual object P50Latency { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
P90Latency
Output only. The 90th percentile latency.
Declaration
[JsonProperty("p90Latency")]
public virtual object P90Latency { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
P99Latency
Output only. The 99th percentile latency.
Declaration
[JsonProperty("p99Latency")]
public virtual object P99Latency { get; set; }
Property Value
| Type | Description |
|---|---|
| object |