Show / Hide Table of Contents

Class MetadataCacheStalenessInsight

Column Metadata Index staleness detailed infnormation.

Inheritance
object
MetadataCacheStalenessInsight
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX