Class ScriptStatistics
Job statistics specific to the child job of a script.
Implements
Inherited Members
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> |