Class IndexUnusedReason
Inheritance
object
IndexUnusedReason
Implements
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 IndexUnusedReason : IDirectResponseSchema
Properties
BaseTable
[Output-only] Specifies the base table involved in the reason that no search index was used.
Declaration
[JsonProperty("base_table")]
public virtual TableReference BaseTable { get; set; }
Property Value
Type | Description |
---|---|
TableReference |
Code
[Output-only] Specifies the high-level reason for the scenario when no search index was used.
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 |
IndexName
[Output-only] Specifies the name of the unused search index, if available.
Declaration
[JsonProperty("index_name")]
public virtual string IndexName { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
[Output-only] Free form human-readable reason for the scenario when no search index was used.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |