Class UserPageLoadMetricV5
A CrUX metric object for a single metric and form factor.
Implements
Inherited Members
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class UserPageLoadMetricV5 : IDirectResponseSchema
Properties
Category
The category of the specific time metric.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Distributions
Metric distributions. Proportions should sum up to 1.
Declaration
[JsonProperty("distributions")]
public virtual IList<Bucket> Distributions { get; set; }
Property Value
Type | Description |
---|---|
IList<Bucket> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormFactor
Identifies the form factor of the metric being collected.
Declaration
[JsonProperty("formFactor")]
public virtual string FormFactor { get; set; }
Property Value
Type | Description |
---|---|
string |
Median
The median number of the metric, in millisecond.
Declaration
[JsonProperty("median")]
public virtual int? Median { get; set; }
Property Value
Type | Description |
---|---|
int? |
MetricId
Identifies the type of the metric.
Declaration
[JsonProperty("metricId")]
public virtual string MetricId { get; set; }
Property Value
Type | Description |
---|---|
string |
Percentile
We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
Declaration
[JsonProperty("percentile")]
public virtual int? Percentile { get; set; }
Property Value
Type | Description |
---|---|
int? |