Show / Hide Table of Contents

Class IndexPruningStats

Statistics for index pruning.

Inheritance
object
IndexPruningStats
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX