Show / Hide Table of Contents

Class ScriptStatistics

Job statistics specific to the child job of a script.

Inheritance
object
ScriptStatistics
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 ScriptStatistics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationKind

Whether this child job was a statement or expression.

Declaration
[JsonProperty("evaluationKind")]
public virtual string EvaluationKind { get; set; }
Property Value
Type Description
string

StackFrames

Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.

Declaration
[JsonProperty("stackFrames")]
public virtual IList<ScriptStackFrame> StackFrames { get; set; }
Property Value
Type Description
IList<ScriptStackFrame>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX