Show / Hide Table of Contents

Class StoredColumnsUnusedReason

If the stored column was not used, explain why.

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

Properties

Code

Specifies the high-level reason for the unused scenario, each reason must have a code associated.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Message

Specifies the detailed description for the scenario.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

UncoveredColumns

Specifies which columns were not covered by the stored columns for the specified code up to 20 columns. This is populated when the code is STORED_COLUMNS_COVER_INSUFFICIENT and BASE_TABLE_HAS_CLS.

Declaration
[JsonProperty("uncoveredColumns")]
public virtual IList<string> UncoveredColumns { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX