Class IndexPruningStats
Statistics for index pruning.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class IndexPruningStats : IDirectResponseSchema
Properties
BaseTable
The base table reference.
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 |
IndexId
The index id.
Declaration
[JsonProperty("indexId")]
public virtual string IndexId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostIndexPruningParallelInputCount
The number of parallel inputs after index pruning.
Declaration
[JsonProperty("postIndexPruningParallelInputCount")]
public virtual long? PostIndexPruningParallelInputCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PreIndexPruningParallelInputCount
The number of parallel inputs before index pruning.
Declaration
[JsonProperty("preIndexPruningParallelInputCount")]
public virtual long? PreIndexPruningParallelInputCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |