Show / Hide Table of Contents

Class Stack

A structuredstacktrace for a process running on the worker.

Inheritance
object
Stack
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.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class Stack : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

StackContent

The raw stack trace.

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

ThreadCount

With java thread dumps we may get collapsed stacks e.g., N threads in stack "". Instead of having to copy over the same stack trace N times, this int field captures this.

Declaration
[JsonProperty("threadCount")]
public virtual int? ThreadCount { get; set; }
Property Value
Type Description
int?

ThreadName

Thread name. For example, "CommitThread-0,10,main"

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

ThreadState

The state of the thread. For example, "WAITING".

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

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Timestamp at which the stack was captured.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX