Class PruningStats
The column metadata index pruning statistics.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class PruningStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostCmetaPruningParallelInputCount
The number of parallel inputs matched.
Declaration
[JsonProperty("postCmetaPruningParallelInputCount")]
public virtual long? PostCmetaPruningParallelInputCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PostCmetaPruningPartitionCount
The number of partitions matched.
Declaration
[JsonProperty("postCmetaPruningPartitionCount")]
public virtual long? PostCmetaPruningPartitionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PreCmetaPruningParallelInputCount
The number of parallel inputs scanned.
Declaration
[JsonProperty("preCmetaPruningParallelInputCount")]
public virtual long? PreCmetaPruningParallelInputCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |