Class IndexUnusedReason
Reason about why no search index was used in the search query (or sub-query).
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class IndexUnusedReason : IDirectResponseSchema
Properties
BaseTable
Specifies the base table involved in the reason that no search index was used.
Declaration
[JsonProperty("baseTable")]
public virtual TableReference BaseTable { get; set; }
Property Value
Type | Description |
---|---|
TableReference |
Code
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
Specifies the name of the unused search index, if available.
Declaration
[JsonProperty("indexName")]
public virtual string IndexName { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
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 |