Class MetadataCacheStalenessInsight
Column Metadata Index staleness detailed infnormation.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class MetadataCacheStalenessInsight : IDirectResponseSchema
Properties
AvgPreviousStalenessMs
Output only. Average column metadata index staleness of previous runs with the same query hash.
Declaration
[JsonProperty("avgPreviousStalenessMs")]
public virtual object AvgPreviousStalenessMs { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StalenessPercentageIncrease
Output only. The percent increase in staleness between the current job and the average staleness of previous jobs with the same query hash.
Declaration
[JsonProperty("stalenessPercentageIncrease")]
public virtual double? StalenessPercentageIncrease { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |