Show / Hide Table of Contents

Class StoredColumnsUsage

Indicates the stored columns usage in the query.

Inheritance
object
StoredColumnsUsage
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 StoredColumnsUsage : IDirectResponseSchema

Properties

BaseTable

Specifies the base table.

Declaration
[JsonProperty("baseTable")]
public virtual TableReference BaseTable { get; set; }
Property Value
Type Description
TableReference

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsQueryAccelerated

Specifies whether the query was accelerated with stored columns.

Declaration
[JsonProperty("isQueryAccelerated")]
public virtual bool? IsQueryAccelerated { get; set; }
Property Value
Type Description
bool?

StoredColumnsUnusedReasons

If stored columns were not used, explain why.

Declaration
[JsonProperty("storedColumnsUnusedReasons")]
public virtual IList<StoredColumnsUnusedReason> StoredColumnsUnusedReasons { get; set; }
Property Value
Type Description
IList<StoredColumnsUnusedReason>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX