Class ScriptStatistics
Inheritance
object
ScriptStatistics
Implements
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
[Output-only] 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 |
---|---|
System.Collections.Generic.IList<T><ScriptStackFrame> |